From db73fa3bf98e77d4733c5842c440e07e0e2c21bb Mon Sep 17 00:00:00 2001 From: Martijn van Exel Date: Fri, 6 Apr 2018 11:38:45 -0600 Subject: [PATCH] update travis build config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 27cdf990712..3a22dd17c93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" + - "3.6" install: - "pip install ." # command to run tests