Skip to content

Commit 8e6713c

Browse files
authored
Run unittest with python3.8 (appium#433)
1 parent 106334c commit 8e6713c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.5"
88
- "3.6"
99
- "3.7"
10+
- "3.8-dev"
1011

1112
install:
1213
- pip install tox-travis

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ envlist =
55
py34,
66
py35,
77
py36,
8-
py37
8+
py37,
9+
py38
910

1011
[testenv]
1112
deps =

0 commit comments

Comments
 (0)