summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2017-01-21 19:59:56 +0100
committerAlessio Sergi <al3hex@gmail.com>2017-01-21 19:59:56 +0100
commit507f5f85c60210571f4401cd53d747a31fd4854b (patch)
tree69cfba89ab806df738d600f83c0daa173889a363 /.travis.yml
parent4b9729fc109b72a67e713433ce82c15134d47e65 (diff)
Add Python 3.6 to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c05d72a9..a753e9cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
- "pypy"
install:
- pip install -r requirements.txt