We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a688f02 commit d0b9357Copy full SHA for d0b9357
Makefile
@@ -2,7 +2,7 @@ init:
2
pip install -r reqs.txt
3
4
test:
5
- python test_requests.py
+ nosetests test_requests.py --with-color
6
7
ci: init
8
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml
reqs.txt
@@ -1,6 +1,7 @@
1
-gunicorn
envoy==0.0.2
+httpbin==0.0.4
+gunicorn
nose
pyflakes
omnijson
-httpbin==0.0.4
+rudolf
0 commit comments