19 lines
170 B
INI
19 lines
170 B
INI
[tox]
|
|
envlist = py27,py33,py34
|
|
|
|
[testenv]
|
|
commands = py.test
|
|
deps =
|
|
|
|
[testenv:py27]
|
|
deps =
|
|
pytest
|
|
|
|
[testenv:py33]
|
|
deps =
|
|
pytest
|
|
|
|
[testenv:py34]
|
|
deps =
|
|
pytest
|