summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-03-16 15:32:31 +0100
committerMichele Simionato <michele.simionato@gmail.com>2015-03-16 15:32:31 +0100
commit50e45b33ed7a5fcda777532d5cac50dc6e9bfb67 (patch)
treef872f091072792bc3b559a07f1fa5aa30049c730
parentcbc46b5c31e82cdf06336f8aa96527bb0b33dfd2 (diff)
downloadpython-decorator-git-50e45b33ed7a5fcda777532d5cac50dc6e9bfb67.tar.gz
Added Python 3.2 testing
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a437a2..62c5eb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: python
python:
- "2.7"
+ - "3.2"
- "3.3"
- "3.4"