.travis.yml: no optional dep of py2.6; sqlalchemy no longer supports that version.

This commit is contained in:
Valentin Lorentz 2018-01-14 23:17:47 +01:00
parent 40b9bbcb1b
commit d521a5cdc8
1 changed files with 1 additions and 1 deletions

View File

@ -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"