mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
added coverage calculator
This commit is contained in:
parent
bf347a5445
commit
c07f07bd32
|
|
@ -17,10 +17,12 @@ install:
|
|||
- pip install -e .
|
||||
- pip install -r requirements-docs.txt
|
||||
- pip install -r requirements-pytest.txt
|
||||
- pip install codecov
|
||||
# run tests
|
||||
script:
|
||||
- pytest
|
||||
- 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 make html; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then codecov; fi
|
||||
Loading…
Reference in a new issue