File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214
214
stage : pip_dev_package
215
215
env : PYPI="https://test.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
216
216
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
218
218
- doit pip_on_conda
219
219
- doit ecosystem=pip package_build
220
220
script : doit ecosystem=pip package_upload -u $TPPU -p $TPPP -r ${PYPI}
@@ -223,7 +223,7 @@ jobs:
223
223
stage : pip_package
224
224
env : PYPI="https://upload.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
225
225
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
227
227
- doit pip_on_conda
228
228
- doit ecosystem=pip package_build
229
229
script : doit ecosystem=pip package_upload -u $PPU -p $PPP -r ${PYPI}
You can’t perform that action at this time.
0 commit comments