From 4df0a63ce2e856f8d9634525af961d934cfcd6c3 Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 12 Jul 2017 05:13:42 +0200 Subject: [PATCH] Take the defaults --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b790721a..ff900c6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ -sudo: false -dist: trusty language: python python: - - 2.7.13 - - 3.6.1 + - 2.7 + - 3.6 install: - pip install flake8 script: