Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed test handling
  • Loading branch information
philippjfr committed Feb 2, 2019
1 parent bccd0ba commit 15de98f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -125,15 +125,15 @@ jobs:
stage: conda_dev_package
env: DESC="" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
install:
- doit package_build $CHANS_DEV $PKG_TEST_PYTHON --test-group=unit
- doit package_build $CHANS_DEV --no-pkg-test
script:
- doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev

- <<: *conda_pkg
stage: conda_package
env: DESC="" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
install:
- doit package_build $CHANS_DEV $PKG_TEST_PYTHON --test-group=unit
- doit package_build $CHANS_DEV --no-pkg-test
script:
- doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main

Expand All @@ -144,7 +144,7 @@ jobs:
stage: pip_dev_package
env: PYPI="https://test.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
install:
- doit develop_install $CHANS_DEV -o tests && pip uninstall -y hvplot
- doit develop_install $CHANS_DEV -o tests && pip uninstall -y holoviews
- doit pip_on_conda
- doit ecosystem=pip package_build --test-python=py36 --test-group=unit
script: doit ecosystem=pip package_upload -u $TPPU -p $TPPP -r ${PYPI}
Expand All @@ -153,7 +153,7 @@ jobs:
stage: pip_package
env: PYPI="https://upload.pypi.org/legacy/" TRAVIS_NOCACHE=$TRAVIS_JOB_ID
install:
- doit develop_install $CHANS_DEV -o tests && pip uninstall -y hvplot
- doit develop_install $CHANS_DEV -o tests && pip uninstall -y holoviews
- doit pip_on_conda
- doit ecosystem=pip package_build --test-python=py36 --test-group=unit
script: doit ecosystem=pip package_upload -u $PPU -p $PPP -r ${PYPI}

0 comments on commit 15de98f

Please sign in to comment.