kopia lustrzana https://github.com/jupyterhub/repo2docker
add pip freeze to travis.yml
and stop building docs on travis, we are already building them on circlepull/581/head
rodzic
9766c95455
commit
5ddce5a9b3
|
@ -12,6 +12,7 @@ install:
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- pip install dist/*.whl
|
- pip install dist/*.whl
|
||||||
|
- pip freeze
|
||||||
script:
|
script:
|
||||||
# cd into tests so CWD being repo2docker does not hide
|
# cd into tests so CWD being repo2docker does not hide
|
||||||
# possible issues with MANIFEST.in
|
# possible issues with MANIFEST.in
|
||||||
|
@ -22,10 +23,6 @@ script:
|
||||||
travis_retry pytest --durations 10 --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
travis_retry pytest --durations 10 --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
||||||
fi;
|
fi;
|
||||||
popd;
|
popd;
|
||||||
- pip install -r docs/doc-requirements.txt
|
|
||||||
- pushd docs;
|
|
||||||
make html || exit 1;
|
|
||||||
popd;
|
|
||||||
after_success:
|
after_success:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pushd tests && codecov && popd
|
- pushd tests && codecov && popd
|
||||||
|
|
Ładowanie…
Reference in New Issue