From a30a02e6661869dab166086c585649b8c7a53073 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 24 Jun 2017 16:41:33 +0200 Subject: [PATCH] Ensure latest and greatest version of Python --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d1671a..fe838b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty language: python python: - "2.7.13" - - "3.6.0" + - "3.6.1" - "nightly" # currently points to 3.7-dev install: - pip install flake8