kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #308 from betatim/link-to-github
Add links to the front page and modify travispull/312/head
commit
36ed1bf80c
|
@ -16,7 +16,11 @@ install:
|
||||||
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
|
||||||
- cd tests && travis_retry pytest --cov repo2docker -v ${REPO_TYPE}
|
- 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};
|
||||||
|
fi
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov
|
- codecov
|
||||||
|
|
|
@ -5,6 +5,11 @@ jupyter-repo2docker
|
||||||
images from source code repositories. See the list below for various
|
images from source code repositories. See the list below for various
|
||||||
ways in which you can use ``repo2docker``.
|
ways in which you can use ``repo2docker``.
|
||||||
|
|
||||||
|
Please report `Bugs <https://github.com/jupyter/repo2docker/issues>`_,
|
||||||
|
`ask questions <https://gitter.im/jupyterhub/binder>`_ or
|
||||||
|
`contribute to the project <https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md>`_.
|
||||||
|
|
||||||
|
|
||||||
Site Contents
|
Site Contents
|
||||||
-------------
|
-------------
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
@ -17,4 +22,3 @@ Site Contents
|
||||||
design
|
design
|
||||||
architecture
|
architecture
|
||||||
dev_newbuildpack
|
dev_newbuildpack
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue