Merge pull request #138 from vlcinsky/tox

Tox
This commit is contained in:
Jan Vlčinský
2018-04-26 15:02:29 +02:00
committed by GitHub
+13
View File
@@ -0,0 +1,13 @@
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py33, py34, py35, py36
[testenv]
commands =
pytest tests
deps =
pytest