diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-01-22 00:44:04 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-01-22 00:44:04 -0500 |
| commit | e32e7108d03b8dea58f953e9f5ce517239fd08f1 (patch) | |
| tree | 7b035ca2a0839da6e50029b597da5739a89a6a98 /Makefile | |
| parent | 97b5bc21d1f95bf31d12bfe52267e62f88f82f9b (diff) | |
| download | python-requests-e32e7108d03b8dea58f953e9f5ce517239fd08f1.tar.gz | |
trying this
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
