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:
7671e38
)
--core-target
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 10 Oct 2011 13:39:44 +0000
(09:39 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 10 Oct 2011 13:39:44 +0000
(09:39 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e30949b1a8515de5935bd7da5c4bf11c31002d91..fd4e8ae6b068915d81162035723c31d7a7c97e50 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,7
+5,7
@@
test:
nosetests tests/integration_tests.py --processes=25
ci: init
- nosetests --
processes=25 --source-folder=.
--with-nosexunit tests/*.py
+ nosetests --
search-test --processes=30 --core-target=$${python}
--with-nosexunit tests/*.py
pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt
site: