Skip to content

Commit ea376e5

Browse files
committed
Fix optional Python versions in Travis config
1 parent 2970217 commit ea376e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
- "3.7-dev"
9+
- "pypy3"
810

911
matrix:
1012
allow_failures:

0 commit comments

Comments
 (0)