kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #547 from craig-willis/travis-test
Fixes Travis build errors related to pytest and Sphinxpull/551/head
commit
8564198352
2
Pipfile
2
Pipfile
|
@ -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 = "*"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue