Skip to content

Commit

Permalink
Catch the top level Travis env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Oct 15, 2015
1 parent d470d79 commit c8d7ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands = flake8 handroll setup.py transifex.py
[testenv:cover]
setenv =
CI = true
passenv = TRAVIS_*
passenv = TRAVIS*
deps = nose
codecov
commands = nosetests --with-coverage --cover-package=handroll
Expand Down

0 comments on commit c8d7ffa

Please sign in to comment.