changed order of coverage uplaod

This commit is contained in:
Tobias Wellnitz, DH1TW 2018-01-28 13:18:34 +01:00
parent ea2f42ffe5
commit 39196b96e7

View file

@ -21,8 +21,8 @@ install:
# run tests
script:
- pytest --cov=./
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then codecov; fi
- cd docs
# build the docs on 2.7 and 3.6 (sphinx requires 2.7 or >=3.4)
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then make html; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then make html; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then codecov; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then make html; fi