summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSpencer McIntyre <zeroSteiner@gmail.com>2018-03-25 16:56:40 -0400
committerSpencer McIntyre <zeroSteiner@gmail.com>2018-03-25 16:56:40 -0400
commitc7a9b74bb7185879f45c0c61679a58483adec7d9 (patch)
tree3b510bc3119acba594a31f5397109b5634abe97b /.travis.yml
parentdcd30e63d52cfc4a6818bec676010aded5991cee (diff)
downloadpluginbase-c7a9b74bb7185879f45c0c61679a58483adec7d9.tar.gz
Update the list of supported Python versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2dc83fe..743a38a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
+ - "3.5"
+ - "3.6"
- "pypy"
install: