File: tox.ini

package info (click to toggle)
python-stem 1.4.1b-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,132 kB
  • sloc: python: 22,776; makefile: 130; sh: 3
file content (12 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py26,py27,py31,py32,py33,py34
skipsdist = True

[testenv]
commands =
 pip install --allow-all-external -e .
 python run_tests.py {posargs:-a}
 rm -rf stem.egg-info
deps =
 -rrequirements.txt