Skip to content

Commit

Permalink
BLD: Remove Trusty dist in Travis CI build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kai-Striega committed Jul 3, 2019
1 parent 59ebfbb commit c7fcd4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7fcd4c

Please sign in to comment.