Merge pull request #308 from betatim/link-to-github

Add links to the front page and modify travis
pull/312/head
Chris Holdgraf 2018-05-15 14:09:04 -07:00 zatwierdzone przez GitHub
commit 36ed1bf80c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -16,7 +16,11 @@ install:
script:
# cd into tests so CWD being repo2docker does not hide
# 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:
- pip install codecov
- codecov

Wyświetl plik

@ -5,6 +5,11 @@ jupyter-repo2docker
images from source code repositories. See the list below for various
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
-------------
.. toctree::
@ -17,4 +22,3 @@ Site Contents
design
architecture
dev_newbuildpack