aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-01-28 11:18:44 -0800
committerGitHub <noreply@github.com>2017-01-28 11:18:44 -0800
commit9c9485fe3db3505bad912efe093113bf98ed214c (patch)
treeb051572382dbd91e12acc07b5c4fff15e8f1bc9d
parent27e7eba74b763ef5e1f75b6c8bf40a7e9530478f (diff)
downloaduritemplates-9c9485fe3db3505bad912efe093113bf98ed214c.tar.gz
Test against Python 3.6 on Travis
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b7c9b48..c4783f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
+ - python: 3.6
+ env: TOXENV=py36
- env: TOXENV=pep8
install: