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:
c9b4920
)
travis ci
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 24 Feb 2012 03:14:31 +0000
(22:14 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 24 Feb 2012 03:14:31 +0000
(22:14 -0500)
.travis.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
ccd2e64
--- /dev/null
+++ b/
.travis.yml
@@ -0,0
+1,7
@@
+language: python
+python:
+ - 2.6
+ - 2.7
+ - 3.2
+env: HTTBIN_URL=http://httpbin.org/
+script: make lazy