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:
32a6d07
)
nose not found :(
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 26 Feb 2012 15:26:45 +0000
(10:26 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 26 Feb 2012 15:26:45 +0000
(10:26 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
308db25
..
5bac46e
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-6,4
+6,5
@@
python:
env: HTTPBIN_URL=http://httpbin.org/
script: make simpleci
install:
+ - pip install nose
- pip install . --use-mirrors