mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-10 18:50:44 +01:00
updates cov test command
This commit is contained in:
parent
2d892cb85d
commit
8fb42e5b65
|
|
@ -20,7 +20,7 @@ install:
|
|||
- pip install codecov
|
||||
# run tests
|
||||
script:
|
||||
- pytest --cov=pyhamtools
|
||||
- pytest --cov=./
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue