7 lines
108 B
INI
7 lines
108 B
INI
[tox]
|
|
envlist = py27,py33,py34
|
|
[testenv]
|
|
deps = -rtest-requirements.txt
|
|
commands =
|
|
python setup.py test
|