File: tox.ini

package info (click to toggle)
python-spur 0.3.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 198
  • sloc: python: 1,050; makefile: 27
file content (8 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py32,py33,py34,py35
[testenv]
changedir = {envtmpdir}
deps=-r{toxinidir}/test-requirements.txt
commands=
    nosetests {toxinidir}/tests
passenv=TEST_SSH_*