Install from wheel when testing in travis

This helps us catch issues with MANIFEST.in and friends that
might cause problems with files not being included in the final
built package, removing a step from the release process.
pull/222/head
yuvipanda 2018-02-07 12:51:49 -08:00
rodzic eca6f7159f
commit f5becff2d0
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -5,8 +5,9 @@ services:
python:
- 3.4
install:
- pip install -e .
- pip install pyyaml
- pip install --no-cache-dir pyyaml pytest wheel
- python setup.py bdist_wheel
- pip install dist/*.whl
script:
- pytest -s -v tests/${REPO_TYPE}