mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
updates to travis ci
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ install: "make"
|
|||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
|
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
|
||||||
- make test
|
- make ci
|
||||||
after_success:
|
after_success:
|
||||||
- pipenv run codecov
|
- pipenv run codecov
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|||||||
Reference in New Issue
Block a user