Skip to content

Commit

Permalink
travis: run tests over installed package
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Apr 19, 2019
1 parent 15a105a commit 4a203f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ script:
- pipenv run python setup.py bdist_wheel
- PKGVER=$(pipenv run python -c "from setuptools_scm import get_version;print(get_version())")
- pipenv run pip install dist/devpi_client_extensions-${PKGVER}-py2.py3-none-any.whl
- pipenv run python setup.py clean test flake8
- pipenv run python setup.py clean
- pipenv run pytest
- pipenv run python setup.py flake8
after_success:
- |
if [ "$TRAVIS_PYTHON_VERSION" == "$_latest" ]; then
Expand Down

0 comments on commit 4a203f9

Please sign in to comment.