update to python3.7, update dependencies and fix obvious update issues
This commit is contained in:
parent
2946de94f6
commit
c5fc590c2a
16 changed files with 52 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue