2c80d617f3
try tox on travis
11 lines
No EOL
165 B
INI
11 lines
No EOL
165 B
INI
# content of: tox.ini , put in same dir as setup.py
|
|
[tox]
|
|
envlist = py27, py35
|
|
[testenv]
|
|
deps=pytest
|
|
commands=py.test test
|
|
|
|
[travis]
|
|
python =
|
|
2.7: py27
|
|
3.5: py35 |