summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-27 23:09:38 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-27 23:09:38 -0400
commitdc70edf17d3975857de5d89a1cbe95c0cc157d67 (patch)
treea01d95c19ade9482c09f3e0bb646a103fe6a6877
parent68fda6bcf297c7f1ab3e05eaa628771bfa970509 (diff)
downloadpython-requests-dc70edf17d3975857de5d89a1cbe95c0cc157d67.tar.gz
try this
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4eabd3f5..601d7153 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
.PHONY: docs
init:
- pip install -e .[socks]
+ pip install -r requirements.txt
test:
# This runs all of the tests. To run an individual test, run py.test with
# the -k flag, like "py.test -k test_path_is_not_double_encoded"
- python setup.py test
+ py.test tests -n 8 --boxed
test-readme:
python setup.py check -r -s