8 lines
109 B
INI
8 lines
109 B
INI
[tox]
|
|
envlist = py27,py36
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
commands =
|
|
python setup.py test
|