From: Tomas Babej Date: Sat, 7 Jan 2017 19:12:59 +0000 (+0100) Subject: travis: Test with Python 3.6 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/de3f4359c08146fe5837f5190858e39fbd190ab7 travis: Test with Python 3.6 --- diff --git a/.travis.yml b/.travis.yml index 89a4fa5..0a373b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" install: - pip install -e . - pip install coveralls