From 0569fe44d804765a52b54c93835c5057e67d1751 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 17 Dec 2012 08:09:52 -0500 Subject: new tests! --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.1