Skip to content

Commit

Permalink
Bla
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Oct 8, 2015
1 parent 37b89cc commit 3970104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -25,4 +25,4 @@ changedir = {envtmpdir}
commands =
nosetests --where={toxinidir}/tests --with-coverage --cover-package=citeproc
coverage run --source=citeproc --append {toxinidir}/tests/citeproc-test.py
python -c "import os; raise SystemExit('TRAVIS' not in os.environ)" && coveralls
python -c 'import os; raise SystemExit("TRAVIS" not in os.environ)' && coveralls

0 comments on commit 3970104

Please sign in to comment.