7 lines
73 B
INI
7 lines
73 B
INI
[tox]
|
|
envlist = py27,py36
|
|
|
|
[testenv]
|
|
commands =
|
|
python setup.py test
|