summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Sánchez <contacto@alsanchez.es>2013-05-03 22:14:30 +0200
committerAlejandro Sánchez <contacto@alsanchez.es>2013-05-03 22:14:30 +0200
commit084ce797e28a85fc05b57ce161fbfc993292cc9d (patch)
tree190c5bbca5e830fa5696824f3ae0f2328b6ee229
parentafb19d7528f2dad00f8ea1190fceda941bf12296 (diff)
downloadroutes-084ce797e28a85fc05b57ce161fbfc993292cc9d.tar.gz
Add Python 3.2 / 3.3 to travis configuration.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e39294..3a14e0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
+ - "3.2"
+ - "3.3"
install:
- python setup.py develop
- pip install webob webtest coverage