From c7fcd4c32ca92b404acd02df2bb7dbbe8321c49a Mon Sep 17 00:00:00 2001 From: kai-striega Date: Wed, 3 Jul 2019 12:18:02 +0800 Subject: BLD: Remove Trusty dist in Travis CI build Ubuntu 14.04 LTS (Trusty) provided a long term support distribution of Ubuntu with a 5 year support window. This window ended in April 2019 and Trusty is now no longer supported. This commit removes Trusty from the Travis-CI build. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8b98984bf..f7e29d879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,6 @@ matrix: - NPY_LAPACK_ORDER=MKL,OPENBLAS,ATLAS,ACCELERATE,LAPACK - USE_ASV=1 - python: 3.5 - dist: trusty # remove after April 2019 env: NPY_RELAXED_STRIDES_CHECKING=0 - python: 3.6 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 -- cgit v1.2.1