mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Merge pull request #640 from minrk/travis-pre-for-nathaniel
install dependencies with pre
This commit is contained in:
@@ -10,7 +10,7 @@ before_install:
|
|||||||
- npm install -g configurable-http-proxy
|
- npm install -g configurable-http-proxy
|
||||||
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
|
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
|
||||||
install:
|
install:
|
||||||
- pip install -f travis-wheels/wheelhouse -r dev-requirements.txt .
|
- pip install --pre -f travis-wheels/wheelhouse -r dev-requirements.txt .
|
||||||
script:
|
script:
|
||||||
- travis_retry py.test --cov jupyterhub jupyterhub/tests -v
|
- travis_retry py.test --cov jupyterhub jupyterhub/tests -v
|
||||||
after_success:
|
after_success:
|
||||||
|
Reference in New Issue
Block a user