kopia lustrzana https://github.com/jupyterhub/repo2docker
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
rodzic
eca6f7159f
commit
f5becff2d0
|
@ -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}
|
||||
|
|
Ładowanie…
Reference in New Issue