Skip to content

Commit

Permalink
Set some environment variables to trigger Travis detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Oct 15, 2015
1 parent 5e0631a commit 2e8dab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ deps = flake8
commands = flake8 handroll setup.py transifex.py

[testenv:cover]
setenv =
CI = true
TRAVIS = true
deps = nose
codecov
commands = nosetests --with-coverage --cover-package=handroll
Expand Down

0 comments on commit 2e8dab6

Please sign in to comment.