6 lines
76 B
INI
6 lines
76 B
INI
|
|
[tox]
|
||
|
|
envlist = py27,py37
|
||
|
|
[textenv]
|
||
|
|
deps=nose
|
||
|
|
commands=python setup.py test
|