Fix path to tests.py in setup.py to make python setup.py test work

This commit is contained in:
Marc Abramowitz 2012-06-04 15:57:30 -07:00
parent 28dbe9f76c
commit 1388206f1a

View File

@ -5,7 +5,7 @@ import httpie
if sys.argv[-1] == 'test':
os.system('python tests.py')
os.system('python tests/tests.py')
sys.exit()