Update python versions to build

This commit is contained in:
Miguel Grinberg
2020-02-19 00:03:00 +00:00
parent 3e29af5775
commit dfbe2edd79
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.7
env: TOXENV=upy
install:

View File

@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py35,py36,py37,upy
envlist=flake8,py35,py36,py37,py38upy
skipsdist=True
skip_missing_interpreters=True
@@ -16,6 +16,7 @@ basepython=
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
upy: python3.7
[testenv:flake8]