Skip to content

Commit

Permalink
Fixed pip build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 26, 2019
1 parent c8e48dc commit feb8531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
stage: pip_dev_package
env: PYPI="https://test.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
install:
- doit travis_wait 20 develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
- travis_wait 20 doit develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
- doit pip_on_conda
- doit ecosystem=pip package_build
script: doit ecosystem=pip package_upload -u $TPPU -p $TPPP -r ${PYPI}
Expand All @@ -223,7 +223,7 @@ jobs:
stage: pip_package
env: PYPI="https://upload.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
install:
- doit travis_wait 20 develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
- travis_wait 20 doit develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
- doit pip_on_conda
- doit ecosystem=pip package_build
script: doit ecosystem=pip package_upload -u $PPU -p $PPP -r ${PYPI}

0 comments on commit feb8531

Please sign in to comment.