summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-02-23 22:14:31 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-02-23 22:14:31 -0500
commite63dff0a3ac0ad87981fa3cb56049803bb6953b8 (patch)
tree5ca680936b1ccbc5f8ecb90790d3492274f8a053 /.travis.yml
parentc9b49202302085c5b121b5f56962d148f5f21962 (diff)
downloadpython-requests-e63dff0a3ac0ad87981fa3cb56049803bb6953b8.tar.gz
travis ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..ccd2e64b
--- /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