From 1d9cddc44d9a095bd23451c823c9447f31232d6a Mon Sep 17 00:00:00 2001 From: luchini18 Date: Wed, 30 Mar 2022 16:25:24 -0600 Subject: [PATCH] Update travis.yml :) --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index e210ef1..6af2fef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,17 +22,6 @@ matrix: - python -m pip install . script: - pytest -v - - os: linux - python: 3.7 - env: TOXENV=py37 - dist: xenial - install: - - "./.travis-install.sh" - - pip install pytest pluggy - - pip install --upgrade numpy - - python -m pip install . - script: - - pytest -v - os: linux python: 3.8 env: TOXENV=py38