Skip to content

Commit feb8531

Browse files
committed
Fixed pip build bug
1 parent c8e48dc commit feb8531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
stage: pip_dev_package
215215
env: PYPI="https://test.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
216216
install:
217-
- doit travis_wait 20 develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
217+
- travis_wait 20 doit develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
218218
- doit pip_on_conda
219219
- doit ecosystem=pip package_build
220220
script: doit ecosystem=pip package_upload -u $TPPU -p $TPPP -r ${PYPI}
@@ -223,7 +223,7 @@ jobs:
223223
stage: pip_package
224224
env: PYPI="https://upload.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
225225
install:
226-
- doit travis_wait 20 develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
226+
- travis_wait 20 doit develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
227227
- doit pip_on_conda
228228
- doit ecosystem=pip package_build
229229
script: doit ecosystem=pip package_upload -u $PPU -p $PPP -r ${PYPI}

0 commit comments

Comments
 (0)