Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #228 from Digital-Sapphire/pin-coverage
Browse files Browse the repository at this point in the history
Pin coverage to 4.5.4
  • Loading branch information
JMSwag authored Dec 29, 2019
2 parents 2fccf43 + b914e80 commit 1abe00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ matrix:
- brew pin numpy
- brew pin gdal
- brew pin postgis
- brew unlink python@2
- brew upgrade python
- brew link --overwrite python
- python3 -m venv venv
- source venv/bin/activate
- pip3 install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov>=1.4.0
coverage
coverage==4.5.4
filelock
pytest>=4.4.0
pytest-datadir>=1.3.0, <2.0
Expand Down

0 comments on commit 1abe00d

Please sign in to comment.