mirror of
https://github.com/torproject/stem.git
synced 2024-12-02 07:16:19 +00:00
14 lines
242 B
INI
14 lines
242 B
INI
[tox]
|
|
skip_missing_interpreters = True
|
|
envlist = py26,py27,py32,py33,py34,py35,py36,py37,jython,pypy
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
commands =
|
|
pip install -e .
|
|
python run_tests.py {posargs:-a}
|
|
rm -rf stem.egg-info
|
|
deps =
|
|
-rrequirements.txt
|
|
|