From ae337165293418a33bf763241d1937593b2e42d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 28 Jun 2017 15:03:24 +0200 Subject: [PATCH] chore(tests): Also run tests on Python 3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c39f155..b66d3c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 3.3 - 3.4 - 3.5 + - 3.6 - nightly install: - pip install pyyaml flake8 coveralls