From 36efa6cd3a2684e2ce22aa7fbf06cfc145830ce7 Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Wed, 21 Aug 2019 08:55:08 -0500 Subject: [PATCH] Try Python 3.5 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8dd9f2..df2c202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ os: linux +# dist: xenial language: python virtualenv: system_site_packages: true @@ -23,10 +24,10 @@ matrix: python: 2.7 env: TEST_COMMAND=test - name: "Python 3 Unit Tests" - python: 3.6 + python: 3.5 env: TEST_COMMAND=test - name: "Python 3 Code Quality" - python: 3.6 + python: 3.5 env: TEST_COMMAND=flake8 script: