mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
changed order of coverage uplaod
This commit is contained in:
parent
ea2f42ffe5
commit
39196b96e7
|
|
@ -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
|
||||
Loading…
Reference in a new issue