From d521a5cdc837c007a1964d3f3a04424bcb638168 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 14 Jan 2018 23:17:47 +0100 Subject: [PATCH] .travis.yml: no optional dep of py2.6; sqlalchemy no longer supports that version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dff6aa63b..55380ebe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ notifications: matrix: exclude: - python: "2.6" - env: WITH_OPT_DEPS=false + env: WITH_OPT_DEPS=true - python: "3.2" env: WITH_OPT_DEPS=false - python: "3.3"