PyLSPClient/tox.ini
2019-06-09 16:16:02 -04:00

8 lines
109 B
INI

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