Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ before_install: |
ci/silence brew update
brew uninstall numpy gdal postgis
brew unlink python@2
brew upgrade python
brew install python || brew upgrade python
brew install ffmpeg imagemagick mplayer ccache
hash -r
which python
Expand Down
3 changes: 2 additions & 1 deletion requirements/testing/travis_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

coverage
cycler
numpy
# don't forward port this, 3.2.x warns with np 1.19 and up
numpy<1.19
pillow
pyparsing
pytest!=4.6.0,!=5.3.3,!=5.4.0
Expand Down