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:
Ian Cordasco
2017-05-17 19:54:31 -05:00
committed by GitHub
parent f88e573c18
commit 52a2efa2ae
+1 -1
View File
@@ -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