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

[testenv]

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