We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d489cf commit e1831b4Copy full SHA for e1831b4
tox.ini
@@ -2,6 +2,7 @@
2
envlist = py26,py27,py33,py34,py35,pypy,pypy3
3
4
[testenv]
5
+passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
6
commands = nosetests --with-coverage {posargs} tests
7
deps =
8
nose
0 commit comments