We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51001 commit 397093bCopy full SHA for 397093b
1 file changed
.travis.yml
@@ -17,8 +17,8 @@ before_install:
17
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
18
- source activate test
19
- if [[ "$PYTHON" != "3.3" ]]; then
20
- conda install --yes --file requirements-dev.txt
21
- conda install -c ioos geopandas
+ conda install --yes --file requirements-dev.txt;
+ conda install -c ioos geopandas;
22
fi
23
- if [[ "$PYTHON" != "3.5" ]]; then
24
travis_retry conda install --yes mock ;
0 commit comments