Skip to content

Commit

Permalink
Fixes for pip build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 3, 2019
1 parent 3c1c06c commit b2ab2b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -152,16 +152,16 @@ 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 holoviews
- doit develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
- doit pip_on_conda
- doit ecosystem=pip package_build --no-pkg-tests
- doit ecosystem=pip package_build
script: doit ecosystem=pip package_upload -u $TPPU -p $TPPP -r ${PYPI}

- <<: *pip_pkg
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 holoviews
- doit develop_install $CHANS_DEV -o unit_tests && pip uninstall -y holoviews
- doit pip_on_conda
- doit ecosystem=pip package_build --no-pkg-tests
- doit ecosystem=pip package_build
script: doit ecosystem=pip package_upload -u $PPU -p $PPP -r ${PYPI}
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -14,7 +14,7 @@ commands = flake8 holoviews
description = Run unit tests with coverage
deps = .[unit_tests]
passenv = TRAVIS TRAVIS_*
commands = nosetests holoviews/tests --with-doctest --with-coverage --cover-package=holoviews
commands = nosetests holoviews.tests --with-doctest --with-coverage --cover-package=holoviews

[_regression]
description = Run regression tests
Expand All @@ -28,7 +28,7 @@ commands = {[_flakes]commands}
{[_unit]commands}

[_pkg]
commands = bokeh sampledata
commands = holoviews --install-examples

[testenv]
sitepackages = True
Expand Down

0 comments on commit b2ab2b4

Please sign in to comment.