mirror of
https://github.com/torproject/stem.git
synced 2024-12-12 04:17:00 +00:00
12 lines
186 B
INI
12 lines
186 B
INI
[tox]
|
|
envlist = py26,py27,py31,py32,py33,py34
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
commands =
|
|
pip install --allow-all-external -e .
|
|
python run_tests.py {posargs:-a}
|
|
deps =
|
|
-rrequirements.txt
|
|
|