Skip to content

Commit

Permalink
add py38 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 6, 2020
1 parent 0cd9448 commit 0750011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 0750011

Please sign in to comment.