We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4806be7 commit 5bd44c3Copy full SHA for 5bd44c3
1 file changed
.travis.yml
@@ -6,14 +6,14 @@ python:
6
- "3.4"
7
- "3.5"
8
- "3.6"
9
- - "3.7.2"
+ - "3.7"
10
- "pypy"
11
- "pypy3"
12
13
matrix:
14
fast_finish: true
15
allow_failures:
16
- - python: "3.7.2"
+ - python: "3.7"
17
# 3.7-dev started crashing when building lxml although the neither the python version nor the lxml version seemed to change.
18
# Will have to investigate further.
19
- python: "pypy"
0 commit comments