mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
Avoid verifying the README.rst on Python 2.6
readme-render does not appear to support Python 2.6. This causes tests to fail on Travis' 2.6 environment.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ python:
|
||||
install: "make"
|
||||
# command to run tests
|
||||
script:
|
||||
- make test-readme
|
||||
- [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] && make test-readme
|
||||
- make coverage
|
||||
after_success:
|
||||
- pipenv run codecov
|
||||
|
||||
Reference in New Issue
Block a user