projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435bd12
)
take out pyflakes.. for now.
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 14 Oct 2011 02:34:01 +0000
(22:34 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 14 Oct 2011 02:34:01 +0000
(22:34 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1686ea5
..
e4872da
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,8
+5,7
@@
test:
nosetests test_requests.py --processes=30
ci: init
- nosetests --search-test --processes=30 --with-nosexunit test_requests.py
- pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt
+ nosetests --processes=30 --with-nosexunit test_requests.py
site:
cd docs; make dirhtml