kopia lustrzana https://github.com/jupyterhub/repo2docker
Add comments back to travis config
rodzic
0000b77aaa
commit
d088c8c1aa
|
@ -6,11 +6,15 @@ services:
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
install:
|
install:
|
||||||
|
# Make a wheel and install it to test to catch possible
|
||||||
|
# issues with releases
|
||||||
- pip install --upgrade setuptools pip
|
- pip install --upgrade setuptools pip
|
||||||
- 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
|
||||||
script:
|
script:
|
||||||
|
# cd into tests so CWD being repo2docker does not hide
|
||||||
|
# possible issues with MANIFEST.in
|
||||||
- if [ ${REPO_TYPE} == "r" ]; then cd tests && travis_wait pytest --cov repo2docker
|
- if [ ${REPO_TYPE} == "r" ]; then cd tests && travis_wait pytest --cov repo2docker
|
||||||
-v ${REPO_TYPE}; else cd tests && travis_retry pytest --cov repo2docker -v ${REPO_TYPE};
|
-v ${REPO_TYPE}; else cd tests && travis_retry pytest --cov repo2docker -v ${REPO_TYPE};
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
__version__ = '0.5.0'
|
|
||||||
|
|
||||||
from ._version import get_versions
|
from ._version import get_versions
|
||||||
__version__ = get_versions()['version']
|
__version__ = get_versions()['version']
|
||||||
del get_versions
|
del get_versions
|
||||||
|
|
Ładowanie…
Reference in New Issue