1 # Tell Travis what to do
2 # https://travis-ci.org/nedbat/coveragepy
17 - TOXENV=py27 COVERAGE_COVERAGE=yes
22 - pip install -r requirements/tox.pip
26 - if [ $COVERAGE_COVERAGE == 'yes' ]; then python igor.py combine_html; fi
27 - if [ $COVERAGE_COVERAGE == 'yes' ]; then pip install codecov; fi
28 - if [ $COVERAGE_COVERAGE == 'yes' ]; then codecov; fi