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