Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 16, 2018
1 parent e819fff commit e445cd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ install:

before_deploy:
- if [ "${MYCONDAPY}" = "3.6" ]; then
pip install -U https://github.com/jaimergp/constructor/archive/master.zip &&
constructor .
pip install -U https://github.com/jaimergp/constructor/archive/master.zip;
constructor . ;
done
-

deploy:
# Deploy to Anaconda.org
Expand Down

0 comments on commit e445cd6

Please sign in to comment.