Skip to content

Commit 83f9d0b

Browse files
committed
Changes for March 2021
1 parent 611ca62 commit 83f9d0b

4 files changed

Lines changed: 6655 additions & 5757 deletions

File tree

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ python:
1111
- "3.4"
1212
- "3.5"
1313
- "3.6"
14-
- "3.7-dev"
1514
- "pypy"
1615
- "pypy3"
1716

1817
matrix:
1918
fast_finish: true
2019
allow_failures:
21-
- python: "3.7-dev"
22-
# 3.7-dev started crashing when building lxml although the neither the python version nor the lxml version seemed to change.
23-
# Will have to investigate further.
20+
- python: 3.7
21+
dist: xenial
22+
sudo: true
23+
- python: 3.8
24+
dist: xenial
25+
sudo: true
2426
- python: "pypy"
2527
- python: "pypy3"
2628
- python: "3.4"

0 commit comments

Comments
 (0)