PyLSPClient/tox.ini

8 lines
109 B
INI
Raw Normal View History

[tox]
envlist = py27,py36
[testenv]
2019-06-09 18:32:24 +00:00
deps=-r{toxinidir}/requirements.txt
commands =
python setup.py test