mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-06 02:59:22 +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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: "3.4"
|
- python: "3.4"
|
||||||
env: WITH_OPT_DEPS=true
|
env: WITH_OPT_DEPS=false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: WITH_OPT_DEPS=true
|
env: WITH_OPT_DEPS=false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: WITH_OPT_DEPS=true
|
env: WITH_OPT_DEPS=true
|
||||||
|
Loading…
Reference in New Issue
Block a user