diff --git a/.travis.yml b/.travis.yml index 01c92c9b..e2f4c9d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}