Skip to content

Commit 2ef82d9

Browse files
committed
check more pythons
1 parent 5da30a7 commit 2ef82d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,17 @@ script:
2828
matrix:
2929
include:
3030

31+
- python: "3.5"
32+
env: ENV=pytest
33+
34+
- python: "3.6.7"
35+
env: ENV=pytest
36+
3137
- python: "3.7"
3238
env: ENV=pytest
3339

40+
- python: "3.8-dev"
41+
env: ENV=pytest
42+
3443
- python: "3.7"
3544
env: ENV=flake8

0 commit comments

Comments
 (0)