summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-12-17 08:09:52 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-12-17 08:09:52 -0500
commit0569fe44d804765a52b54c93835c5057e67d1751 (patch)
tree3514f5d811732b1a536f25b47b78e095b4dbc76b /Makefile
parent73ed0d01f64eec04760a1ea2fe078bc1d2a327b4 (diff)
downloadpython-requests-0569fe44d804765a52b54c93835c5057e67d1751.tar.gz
new tests!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31633578..1496c8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,10 @@ test:
test-deps:
pip install py.test
+six:
+ python test_requests.py
+ python3 test_requests.py
+
deps: urllib3 certs charade
urllib3: