Skip to content

Commit

Permalink
Pass Travis environment variables through.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Oct 15, 2015
1 parent 2e8dab6 commit d470d79
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
TRAVIS = true
passenv = TRAVIS_*
deps = nose
codecov
commands = nosetests --with-coverage --cover-package=handroll
Expand Down

0 comments on commit d470d79

Please sign in to comment.