Skip to content

Commit a3fcbec

Browse files
committed
Add python3.8 and 3.9-dev to test matrix
1 parent e68a4cb commit a3fcbec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ after_success:
2121
matrix:
2222
include:
2323
- python: 3.7
24-
- python: 3.7-dev
25-
# - python: 3.8-dev
24+
- python: 3.8
25+
- python: 3.8-dev
26+
- python: 3.9-dev
2627

2728
deploy:
2829
- provider: pypi

0 commit comments

Comments
 (0)