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