This commit is contained in:
Kenneth Reitz
2012-01-23 01:44:07 -05:00
parent 9fd2d07c1d
commit 18b5ee7d5b
+1 -1
View File
@@ -2,7 +2,7 @@ init:
pip install -r requirements.txt
test:
nosetests --with-color test_requests.py
nosetests test_requests.py
ci: init
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml