Skip to content

Commit e1831b4

Browse files
committed
Adding missing 'passenv' to tox.ini
1 parent 0d489cf commit e1831b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist = py26,py27,py33,py34,py35,pypy,pypy3
33

44
[testenv]
5+
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
56
commands = nosetests --with-coverage {posargs} tests
67
deps =
78
nose

0 commit comments

Comments
 (0)