Remove python 3.4 from travis as it has reached end-of-life and does not support a lot of the dependencies newer versions

This commit is contained in:
Florian Gabsteiger 2019-08-08 01:01:53 +02:00
parent 5ae3433a6d
commit dfe5f25f01

View File

@ -7,8 +7,7 @@ before_install:
sudo: false
matrix:
include:
- python: "3.4"
include:
- python: "3.5"
- python: "3.6"
- python: "3.7-dev"