mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
trying this
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ python:
|
||||
# - "pypy" -- appears to hang
|
||||
# - "pypy3"
|
||||
# command to install dependencies
|
||||
install: "pip install git+https://github.com/kennethreitz/pipenv.git; pipenv install --dev --system"
|
||||
install: "make"
|
||||
# command to run tests
|
||||
script:
|
||||
- make coverage
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.PHONY: docs
|
||||
|
||||
init:
|
||||
pip install pipenv>=0.1.6
|
||||
pip install 'pipenv>=0.1.6'
|
||||
pipenv install --dev
|
||||
|
||||
test:
|
||||
@@ -10,7 +10,7 @@ test:
|
||||
pipenv run py.test tests
|
||||
|
||||
coverage:
|
||||
py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests
|
||||
pipenv run py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests
|
||||
|
||||
certs:
|
||||
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o requests/cacert.pem
|
||||
|
||||
Reference in New Issue
Block a user