summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 38bf3ac44a676867fc75de64af2e051068eba702 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py34,py35,py36

[testenv]

commands =
    pip install -e .[socks]
    python setup.py test