Skip to content

Commit 61480f0

Browse files
committed
Fixed Travis URL in CONTRIBUTING and still trying to deal with pytest
error in Travis tests.
1 parent 077d3a6 commit 61480f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ python:
99
- "pypy3"
1010

1111
# command to install dependencies
12-
install: pip install -r requirements.txt
12+
install:
13+
- pip install -r requirements.txt
14+
- pip install --upgrade pytest
1315

1416
# lint before running tests
1517
before_script: flake8 pvl tests

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Before you submit a pull request, check that it meets these guidelines:
101101
feature to the list in HISTORY.rst and potentially update the README.rst
102102
or other documentation files.
103103
3. The pull request should work for Python 3.6, 3.7, and 3.8. Check
104-
https://travis-ci.org/planetarypy/pvl/pull_requests
104+
https://travis-ci.org/github/planetarypy/pvl
105105
and make sure that the tests pass for all supported Python versions.
106106

107107
Tips

0 commit comments

Comments
 (0)