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:
d6c2d8f
)
simpleci
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 26 Feb 2012 15:25:26 +0000
(10:25 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 26 Feb 2012 15:25:26 +0000
(10:25 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 6b660520c71aa951c4367a5d293ad8f9e4d5089a..308db2577a5534fdf40eff6b84abba3a640dee38 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,7
+4,6
@@
python:
- 2.7
- 3.2
env: HTTPBIN_URL=http://httpbin.org/
-script: make
lazy
+script: make
simpleci
install:
- pip install . --use-mirrors
- - pip install -r requirements.txt --use-mirrors