File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments