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