From c1426564e94364538ef992fef94c339ce5d1ecc3 Mon Sep 17 00:00:00 2001 From: lvapeab Date: Sat, 11 Apr 2020 13:37:18 +0200 Subject: [PATCH] Drop Python 2.7 support for Theano. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3838ea8c7ca..898a0cdf54f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,6 @@ matrix: env: KERAS_BACKEND=tensorflow - python: 3.7 env: KERAS_BACKEND=tensorflow - - python: 2.7 - env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile MKL="mkl mkl-service" RUN_ONLY_BACKEND_TESTS=1 - python: 3.7 env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile MKL="mkl mkl-service" install: