Skip to content

Commit 8564198

Browse files
authored
Merge pull request #547 from craig-willis/travis-test
Fixes Travis build errors related to pytest and Sphinx
2 parents 23855fc + 0b36877 commit 8564198

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# update these accordingly
44

55
[dev-packages]
6-
pytest="*"
6+
pytest=">=3.6"
77
wheel="*"
88
pytest-cov="*"
99
PyYAML = "*"

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note that there is also a Pipfile for this project if you are updating this
22
# file do not forget to update the Pipfile accordingly
33
pyyaml
4-
pytest
4+
pytest>=3.6
55
wheel
66
pytest-cov

docs/source/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo2docker merged.
1010
community is a great way to save time later.
1111
* Make edits in your fork of the repo2docker repository
1212
* Submit a pull request (this is how all changes are made)
13-
* Edit [the changelog](./../../changelog.html)
13+
* Edit [the changelog](./../../changelog)
1414
by appending your feature / bug fix to the development version.
1515
* Wait for a community member to merge your changes
1616
* (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.
3131
* describe why you are proposing the changes you are proposing;
3232
* try to not rush changes (the definition of rush depends on how big your
3333
changes are);
34-
* Enter your changes into the [changelog](./../../changelog.html) in `docs/source/changelog.rst`;
34+
* Enter your changes into the [changelog](./../../changelog) in `docs/source/changelog.rst`;
3535
* someone else has to merge your PR;
3636
* new code needs to come with a test;
3737
* apply [PEP8](https://www.python.org/dev/peps/pep-0008/) as much

0 commit comments

Comments
 (0)