From 1dd3cd098892e41e761cc63b22321401e68b2fbd Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Sat, 2 May 2020 15:01:11 -0600 Subject: [PATCH] Alter travis python versions --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0069f3ea..eaff0921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,18 @@ language: python python: - 2.7 - - 3.4 - - 3.5 - 3.6 + - 3.7 matrix: include: - - python: 2.7 + - python: 3.7 env: TOXENV=docs install: - pip install tox-travis - pip install sphinx script: - tox - + branches: only: - master