Skip to content

Commit d0b9357

Browse files
author
Kenneth Reitz
committed
all teh colors
1 parent a688f02 commit d0b9357

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ init:
22
pip install -r reqs.txt
33

44
test:
5-
python test_requests.py
5+
nosetests test_requests.py --with-color
66

77
ci: init
88
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml

reqs.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
gunicorn
21
envoy==0.0.2
2+
httpbin==0.0.4
3+
gunicorn
34
nose
45
pyflakes
56
omnijson
6-
httpbin==0.0.4
7+
rudolf

0 commit comments

Comments
 (0)