From 5c8e9f2e556fddff55f26063bad249a8babf6d5a Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Sat, 15 Aug 2020 11:20:19 +0530 Subject: [PATCH] chore: Use 3.5, 3.7 and 3.8 to test install.py 3.4 isn't available so let's not! --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 379add08..8bc96c6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,13 +65,13 @@ matrix: env: TEST=bench script: python -m unittest -v bench.tests.test_init - - name: "Python 3.4 Easy Install" - python: 3.4 + - name: "Python 3.5 Easy Install" + python: 3.5 env: TEST=easy_install script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose - - name: "Python 3.6 Easy Install" - python: 3.6 + - name: "Python 3.7 Easy Install" + python: 3.7 env: TEST=easy_install script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose