summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-07-05 21:16:01 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-07-05 21:16:01 +1000
commitbec98f76b13f6ae23e0330ab1c660b035fdd3290 (patch)
tree1eca4f6d9760c810a6ccdb490174db164d8c4ebe
parentb27084a43a0a4c148a175a8bb06fc8fd66115ee1 (diff)
downloadisodate-bec98f76b13f6ae23e0330ab1c660b035fdd3290.tar.gz
fix generating coveralls
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8caf3d3..885f59c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ install:
script:
- tox
after_script:
- - if [ $TOX_ENV == "cover" ]; then
+ - if [ $TOXENV == "cover" ]; then
pip install --quiet coveralls;
coveralls;
fi