2016-11-24 07:13:43 +00:00
|
|
|
# content of: tox.ini , put in same dir as setup.py
|
|
|
|
[tox]
|
2016-11-24 07:20:35 +00:00
|
|
|
envlist = py27, py35
|
2016-11-24 07:13:43 +00:00
|
|
|
[testenv]
|
|
|
|
deps=pytest
|
2016-11-24 07:20:35 +00:00
|
|
|
commands=py.test test
|
|
|
|
|
|
|
|
[travis]
|
|
|
|
python =
|
|
|
|
2.7: py27
|
|
|
|
3.5: py35
|