Merge pull request #540 from jhalcrow/patch-1

Correct path to test_requests.py for setup.py test
This commit is contained in:
Kenneth Reitz
2012-04-06 10:01:19 -07:00
+1 -1
View File
@@ -18,7 +18,7 @@ if sys.argv[-1] == 'publish':
sys.exit()
if sys.argv[-1] == 'test':
os.system('python test_requests.py')
os.system('python tests/test_requests.py')
sys.exit()
required = ['certifi>=0.0.7',]