summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-12-09 14:57:12 +0100
committerMichele Simionato <michele.simionato@gmail.com>2015-12-09 14:57:12 +0100
commit80b715c4941af92ec95a8806fad16e4824cb71a9 (patch)
tree164bd0b17df055d103297d28f47ebc048826917b
parent51f1f8057605df65e39649333139e7d55abfd646 (diff)
downloadpython-decorator-git-80b715c4941af92ec95a8806fad16e4824cb71a9.tar.gz
Tested also on Python 3.5
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bc53225..b74e64e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
-
+ - "3.5"
install:
- python setup.py install