9 lines
114 B
INI
9 lines
114 B
INI
[tox]
|
|
envlist = py27,py33,py34,py35,pypy-5.0.0
|
|
|
|
[testenv]
|
|
deps=
|
|
-rrequirements.txt
|
|
commands=
|
|
py.test tests.py
|