summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-01-22 00:44:04 -0500
committerKenneth Reitz <me@kennethreitz.org>2017-01-22 00:44:04 -0500
commite32e7108d03b8dea58f953e9f5ce517239fd08f1 (patch)
tree7b035ca2a0839da6e50029b597da5739a89a6a98 /Makefile
parent97b5bc21d1f95bf31d12bfe52267e62f88f82f9b (diff)
downloadpython-requests-e32e7108d03b8dea58f953e9f5ce517239fd08f1.tar.gz
trying this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7da216b4..86251957 100644
--- a/Makefile
+++ b/Makefile
@@ -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