11 lines
109 B
INI
11 lines
109 B
INI
[tox]
|
|
envlist = py27,py34
|
|
|
|
[testenv]
|
|
basepython =
|
|
py27: python2.7
|
|
py34: python3.4
|
|
|
|
deps =
|
|
pytest
|