Skip to content

Commit

Permalink
CI: Attempts to fix coveralls on 3.5 and 3.8 by pinning coverage vers…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
jmilloy committed Dec 31, 2019
1 parent 5e2481e commit 0a7ba0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- sudo apt-get install -y gdal-bin libgdal-dev

# install setup.py and dev extras
- pip install coverage==4.5.4
- pip install .[devall]

# Allow Python exec and eval functions for unit tests
Expand All @@ -49,12 +50,13 @@ script:
- coveralls


# deploy docs to `podpac-docs` repository. This script only pushes the docs on pushes to develop and master.
jobs:
include:
# check formatting
- stage: formatting
python: "3.7"
script: black --check podpac
# deploy docs to `podpac-docs` repository. This script only pushes the docs on pushes to develop and master.
- stage: docs deploy
python: "3.7"
script: cd doc && ./ci-deploy.sh && cd ..

0 comments on commit 0a7ba0b

Please sign in to comment.