PyLSPClient/tox.ini

10 lines
94 B
INI
Raw Normal View History

[tox]
envlist = py27,py36
[testenv]
deps =
pytest
pytest_mock
commands =
pytest