mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
trying again
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ python:
|
||||
# - "pypy" -- appears to hang
|
||||
# - "pypy3"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
install: "pip install pipenv; pipenv install"
|
||||
# command to run tests
|
||||
script:
|
||||
- make coverage
|
||||
|
||||
Reference in New Issue
Block a user