add py38 tests

This commit is contained in:
Casper da Costa-Luis 2020-01-25 00:36:08 +00:00
parent 0cd9448b2b
commit 07500116b5
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
2 changed files with 4 additions and 1 deletions

View File

@ -48,6 +48,9 @@ jobs:
- name: py3.7
python: 3.7
env: TOXENV=py37
- name: py3.8
python: 3.8
env: TOXENV=py38
- name: tf-no-keras
python: 3.7
env: TOXENV=tf-no-keras

View File

@ -5,7 +5,7 @@
[tox]
# deprecation warning: py{26,32,33,34}
envlist = py{26,27,33,34,35,36,37,py,py3}, tf-no-keras, perf, flake8, setup.py
envlist = py{26,27,33,34,35,36,37,38,py,py3}, tf-no-keras, perf, flake8, setup.py
[coverage]
deps =