summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4815f56..db01f82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ script:
- tox -e $TOX_ENV
after_script:
- - if [ $TOXENV == "cover" ]; then
+ - if [ $TOX_ENV == "cover" ]; then
pip install --quiet coveralls;
coveralls;
fi