Skip to content

Commit

Permalink
Explicitly install requirements first
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Dec 19, 2019
1 parent b3110c4 commit 4c8e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- "pip install --global-option=build_ext --global-option='-I$GDALINST/include' --global-option='-L$GDALINST/lib' --global-option='-R$GDALINST/lib' GDAL==$GDAL_MINOR_VERSION"
install:
- pip install -I pytest>=3.0.0
- pip install -r requirements.txt .
- pip install -r requirements.txt
- pip install .
script:
- py.test -v ce/tests

0 comments on commit 4c8e9e3

Please sign in to comment.