Replace tpo git repository URL by gitlab
[stem.git] / tox.ini
blobdaaf4130d3450f5b23bf3cc461f06e612cc37d0a
1 [tox]
2 skip_missing_interpreters = True
3 envlist = py26,py27,py32,py33,py34,py35,py36,py37,jython,pypy
4 skipsdist = True
6 [testenv]
7 commands =
8 pip install -e .
9 python run_tests.py {posargs:-a}
10 rm -rf stem.egg-info
11 deps =
12 -rrequirements.txt