From bbe2f554d20cc504313a8c08542899907de89bc4 Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Mon, 14 Sep 2020 18:32:07 -0700 Subject: [PATCH] removed testing with numpy 1.16 --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd077302..5d6e693b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,13 +91,6 @@ matrix: stage: Comprehensive tests env: TOXENV=py38-test-devdeps - # And with an older Python, Astropy LTS, and the oldest supported Numpy - - os: linux - python: 3.6 - name: Python 3.6 astropy LTS and Numpy 1.16 - stage: Comprehensive tests - env: TOXENV=py36-test-astropylts-numpy116 - # Add a job that runs from cron only and tests against astropy dev and # numpy dev to give a change for early discovery of issues and feedback # for both developer teams.