PyLSPClient/tox.ini

8 lines
109 B
INI

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