Skip to content

Commit 4806be7

Browse files
authored
Testing with Python v3.7.2
1 parent 9c1c37d commit 4806be7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-dev"
9+
- "3.7.2"
1010
- "pypy"
1111
- "pypy3"
1212

1313
matrix:
1414
fast_finish: true
1515
allow_failures:
16-
- python: "3.7-dev"
16+
- python: "3.7.2"
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)