Skip to content

Commit b55dd78

Browse files
committed
Disabling PyPy3.5 and enabling Py3.7.
1 parent 40de516 commit b55dd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ python:
66
- "3.4"
77
- "3.5"
88
- "3.6"
9-
# - "3.7-dev"
9+
- "3.7"
1010
- "pypy"
11-
- "pypy3"
11+
# - "pypy3"
1212
install:
1313
- make develop
1414
script:

0 commit comments

Comments
 (0)