9 lines
117 B
INI
9 lines
117 B
INI
[tox]
|
|
envlist = py26,py27,py34,py35,py36
|
|
|
|
[testenv]
|
|
|
|
commands =
|
|
pip install -e .[socks]
|
|
python setup.py test
|