one more time

This commit is contained in:
2017-01-21 20:22:29 -05:00
parent bb6f5a1d93
commit 0938c9e985
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ python:
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
install: "pip install pipenv; pipenv install --global"
install: "pip install pipenv; pipenv install --system"
# command to run tests
script:
- make coverage
+1 -1
View File
@@ -10,7 +10,7 @@ test:
pipenv run py.test tests
coverage:
pipenv run py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests
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