Update python version

Trying to get CI to match my local environment as much as possible...
This commit is contained in:
2020-05-26 01:39:15 +01:00
parent 1d0e8e14e5
commit 08f40bce9e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
language: python
python:
"3.6"
"3.8"
cache: pip
addons:

View File

@@ -1 +1 @@
python-3.6.1
python-3.8.2