Skip to content

Commit

Permalink
Fix travis: use a dev version of constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jul 5, 2018
1 parent fb640d2 commit 1282d2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ install:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"

- conda create -yq -n build-environment python=$PYTHON constructor
- conda create -yq -n build-environment python=$PYTHON
- source activate build-environment
- conda install -yq --only-deps constructor
- pip install https://github.com/ericpre/constructor/archive/ignore_noarch_python.zip

script:
# Create the anaconda based hyperspy bundle
Expand All @@ -38,7 +40,7 @@ deploy:
provider: releases
api_key:
# ericpre:
secure:
secure: "HmYq6EvfcP2H16Vew3QKCz5d/02xxyAtYAfvycvBk0wiTXw0Bt1dBGn8A8xgzpUU0GUgCqeiSp57JT3c+bwXPF04IQ3gDmoB2203R/Rsj35gy6owaMyVGTkYa2VQTByJLXVlFuNnL/LPOhHKBI/y+22xBtvdXrE5DhuzIHR3t0XpLk7TYurXsv4nBIWwptgq1eTUDf+9tNIyyrW9J6cAazTXPIKUp0QaRUx699FaI4Fobn0Mp0hT0X6jodo0qknSknVuYGP695maadIr+HavfIYwrxFm45Tc1DP0SMA0br4ZnetkrISBH/4AlhSCmxJAkODU/xuAmz8cxgYqrxXTIZ/pJh/MGY2TdibUeCkp9pa0LFOvmZj6lt/9z64Sz9dRmgc2CiZ3l0cqXufbV89DZjuJMvVeweJXYoq01F7WJqYbJBH6wylri4GV4Aol4I/WLUCUHrPsPBEGClDB/RLXf7LPaGwpmQp5gfVvD48+258OXfz4refKKnRsjV3hpD5vLkhbEe2jk8zYmENNL57n8vzowCcMP9ND6hrTQ39LGGrlwO/w9raRGtxQB4W8+Tw+uGeE5DaH7CMgsGw2Cbgdu5im8Lv5HJxGv3NqBT6jZybcmXGIIsoZt3cCZ/dGjotNfHHylR6jUtFrnmqSgByGLeZab3zhIXgj041NiBfUWgY="
file: $BUILD_NAME
skip_cleanup: true
on:
Expand Down
2 changes: 1 addition & 1 deletion construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ specs:
# - hyperspyui
# - start-jupyter-cm

post_install: post_installation.sh # [unix]
post_install: post_installation.sh # [linux]
post_install: post_installation-macosx.sh # [osx]
post_install: post_installation.bat # [win]

Expand Down

0 comments on commit 1282d2e

Please sign in to comment.