From a19ede5db6fd161df78c48d8904b233931bd9675 Mon Sep 17 00:00:00 2001 From: Andrea Ierardi <36515398+Andreaierardi@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:29:10 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6facec8e7..a7287ae30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ language: python -python: - - "3.6" # current default Python on Travis CI - - "3.7" - - "3.8" - - "nightly" # nightly build # command to install dependencies install: - pip install -r requirements.txt +python: + - "3.6" # current default Python on Travis CI # command to run tests script: - pytest