8 lines
84 B
INI
8 lines
84 B
INI
[tox]
|
|
envlist = py27,py35,py36,py37
|
|
|
|
[testenv]
|
|
|
|
commands =
|
|
python setup.py test
|