mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
Alex said this would work
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@ python:
|
||||
install: "make"
|
||||
# command to run tests
|
||||
script:
|
||||
- [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] && 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