Skip to content

Commit

Permalink
Merge pull request #42 from ljwolf/reorg
Browse files Browse the repository at this point in the history
install mandatories first, then install optionals
  • Loading branch information
sjsrey committed Apr 9, 2017
2 parents 5b74a7e + 9d9db81 commit fa0a128
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 @@ -25,9 +25,9 @@ before_install:

install:
- conda install --yes pip
- pip install -r requirements.txt;
- if [ "$PYSAL_PLUS" == true ]; then
echo 'plus testing'; conda install --yes --file requirements_plus.txt;
else conda install --yes --file requirements.txt;
fi;
- pip install -r requirements_dev.txt

Expand Down

0 comments on commit fa0a128

Please sign in to comment.