9 lines
101 B
INI
9 lines
101 B
INI
[tox]
|
|
envlist = py27,py35,pypy
|
|
|
|
[testenv]
|
|
deps =
|
|
.[test]
|
|
commands =
|
|
python setup.py test -q
|
|
|