Skip to content

Commit

Permalink
Attempts to fix TravisCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Oct 23, 2015
1 parent 93d24a1 commit 16afccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ before_install:
- export PATH=$HOME/miniconda3/bin:$PATH
- PY_MAJOR_MINOR=${TRAVIS_PYTHON_VERSION:0:3}
# Setup environment
- conda update --yes conda
- conda create -n travisci --yes python=$PY_MAJOR_MINOR $NUMPY cffi pip
- source activate travisci
- CONDA_INSTALL="conda install --yes -q"
Expand Down

0 comments on commit 16afccd

Please sign in to comment.