Skip to content

Commit

Permalink
Fix path to travis wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Mar 25, 2015
1 parent acfc5b2 commit 5524660
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 @@ -20,7 +20,7 @@ before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then cd ~ && git clone --recursive https://github.com/jupyter/jupyterhub.git && cd -; fi
install:
- cd ~/ipython && git checkout a4950d68199a4ccdf4ff23c5bb8b51cc7faaad7a && pip install -f ~/travis-wheels/wheelhouse file://$PWD#egg=ipython[all] && cd -
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then cd ~/jupyterhub && pip install -f travis-wheels/wheelhouse -r dev-requirements.txt . && cd -; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then cd ~/jupyterhub && pip install -f ~/travis-wheels/wheelhouse -r dev-requirements.txt . && cd -; fi
- pip install -r requirements.txt
- pip install nose coverage coveralls invoke selenium
- if [[ $GROUP == 'docs' ]]; then python setup.py install; else pip install -e .; fi
Expand Down

0 comments on commit 5524660

Please sign in to comment.