summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0915b8c3..97679e15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,10 @@ env:
- TOXENV=py27 COVERAGE_COVERAGE=yes
install:
- - pip install -r requirements/tox.pip codecov
- - echo $PATH
- - which coverage
+ - pip install -r requirements/tox.pip
script:
- tox
- if [ $COVERAGE_COVERAGE == 'yes' ]; then python igor.py combine_html; fi
+ - if [ $COVERAGE_COVERAGE == 'yes' ]; then pip install codecov; fi
- if [ $COVERAGE_COVERAGE == 'yes' ]; then codecov; fi