travis ci
authorKenneth Reitz <me@kennethreitz.com>
Fri, 24 Feb 2012 03:14:31 +0000 (22:14 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 24 Feb 2012 03:14:31 +0000 (22:14 -0500)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..ccd2e64
--- /dev/null
@@ -0,0 +1,7 @@
+language: python
+python:
+  - 2.6
+  - 2.7
+  - 3.2
+env: HTTBIN_URL=http://httpbin.org/
+script: make lazy