update to python3.7, update dependencies and fix obvious update issues

This commit is contained in:
Laura Klünder 2018-09-16 20:08:01 +02:00
parent 2946de94f6
commit c5fc590c2a
16 changed files with 52 additions and 46 deletions

View file

@ -2,8 +2,11 @@ language: python
cache: pip
python:
- "3.6"
matrix:
include:
- python: "3.7"
dist: xenial
sudo: required
install:
- pip install --upgrade setuptools pip