Skip to content

Commit

Permalink
Travis: install constructor with conda first so dependencies are handled
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 16, 2018
1 parent 1193995 commit 0dc3f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ install:

before_deploy:
- if [ "${MYCONDAPY}" = "3.6" ]; then
conda install constructor;
conda remove --force constructor;
pip install -U https://github.com/jaimergp/constructor/archive/master.zip;
constructor . ;
fi
Expand Down

0 comments on commit 0dc3f49

Please sign in to comment.