Merge pull request #547 from craig-willis/travis-test

Fixes Travis build errors related to pytest and Sphinx
pull/551/head
Yuvi Panda 2019-01-09 14:05:41 -08:00 zatwierdzone przez GitHub
commit 8564198352
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
# update these accordingly # update these accordingly
[dev-packages] [dev-packages]
pytest="*" pytest=">=3.6"
wheel="*" wheel="*"
pytest-cov="*" pytest-cov="*"
PyYAML = "*" PyYAML = "*"

Wyświetl plik

@ -1,6 +1,6 @@
# Note that there is also a Pipfile for this project if you are updating this # Note that there is also a Pipfile for this project if you are updating this
# file do not forget to update the Pipfile accordingly # file do not forget to update the Pipfile accordingly
pyyaml pyyaml
pytest pytest>=3.6
wheel wheel
pytest-cov pytest-cov

Wyświetl plik

@ -10,7 +10,7 @@ repo2docker merged.
community is a great way to save time later. community is a great way to save time later.
* Make edits in your fork of the repo2docker repository * Make edits in your fork of the repo2docker repository
* Submit a pull request (this is how all changes are made) * Submit a pull request (this is how all changes are made)
* Edit [the changelog](./../../changelog.html) * Edit [the changelog](./../../changelog)
by appending your feature / bug fix to the development version. by appending your feature / bug fix to the development version.
* Wait for a community member to merge your changes * Wait for a community member to merge your changes
* (optional) Deploy a new version of repo2docker to mybinder.org by [following these steps](http://mybinder-sre.readthedocs.io/en/latest/deployment/how.html) * (optional) Deploy a new version of repo2docker to mybinder.org by [following these steps](http://mybinder-sre.readthedocs.io/en/latest/deployment/how.html)
@ -31,7 +31,7 @@ to help you make a contribution.
* describe why you are proposing the changes you are proposing; * describe why you are proposing the changes you are proposing;
* try to not rush changes (the definition of rush depends on how big your * try to not rush changes (the definition of rush depends on how big your
changes are); changes are);
* Enter your changes into the [changelog](./../../changelog.html) in `docs/source/changelog.rst`; * Enter your changes into the [changelog](./../../changelog) in `docs/source/changelog.rst`;
* someone else has to merge your PR; * someone else has to merge your PR;
* new code needs to come with a test; * new code needs to come with a test;
* apply [PEP8](https://www.python.org/dev/peps/pep-0008/) as much * apply [PEP8](https://www.python.org/dev/peps/pep-0008/) as much