mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 18:49:23 +01:00
.travis.yml: don't install opt deps on py 3.4 and 3.5.
feedparser 6 doesn't support these versions.
This commit is contained in:
parent
0102d64cf4
commit
49e03decc4
@ -15,10 +15,10 @@ notifications:
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.4"
|
||||
env: WITH_OPT_DEPS=true
|
||||
env: WITH_OPT_DEPS=false
|
||||
dist: trusty
|
||||
- python: "3.5"
|
||||
env: WITH_OPT_DEPS=true
|
||||
env: WITH_OPT_DEPS=false
|
||||
dist: trusty
|
||||
- python: "3.6"
|
||||
env: WITH_OPT_DEPS=true
|
||||
|
Loading…
Reference in New Issue
Block a user