Skip to content

Commit 5bd44c3

Browse files
authored
Testing Python version 3.7
1 parent 4806be7 commit 5bd44c3

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,14 +6,14 @@ python:
66
- "3.4"
77
- "3.5"
88
- "3.6"
9-
- "3.7.2"
9+
- "3.7"
1010
- "pypy"
1111
- "pypy3"
1212

1313
matrix:
1414
fast_finish: true
1515
allow_failures:
16-
- python: "3.7.2"
16+
- python: "3.7"
1717
# 3.7-dev started crashing when building lxml although the neither the python version nor the lxml version seemed to change.
1818
# Will have to investigate further.
1919
- python: "pypy"

0 commit comments

Comments
 (0)