commit deee29228ea31e47bc6b24167b5139e42e72a11b parent 059a4fff5c85588b69bb9bf6a0d920bd37b832e4 Author: Johann Bauer <bauerj@bauerj.eu> Date: Thu, 9 Aug 2018 20:42:48 +0200 Travis: Use 3.7 to run tests too Diffstat:
M | .travis.yml | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,8 +1,10 @@ -sudo: false +sudo: true +dist: xenial language: python python: - 3.5 - 3.6 + - 3.7 addons: apt: sources: