Skip to content

Commit 627a47e

Browse files
committed
add python3.9
1 parent 9ac8bdf commit 627a47e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ python:
33
- "3.6"
44
- "3.7"
55
- "3.8"
6+
- "3.9"
67
before_install:
78
- pip install poetry
89
install:
910
- poetry install
1011
script:
11-
- pytest
12+
- pytest

0 commit comments

Comments
 (0)