celigo/tox.ini

9 lines
114 B
INI
Raw Normal View History

2016-05-20 19:03:51 +00:00
[tox]
envlist = py27,py33,py34,py35,pypy-5.0.0
2016-05-20 19:08:46 +00:00
2016-05-20 19:03:51 +00:00
[testenv]
2016-05-20 19:08:46 +00:00
deps=
-rrequirements.txt
commands=
py.test tests.py