Skip to content

Commit 11f5f69

Browse files
authored
Merge pull request AuthorizeNet#147 from AuthorizeNet/mandate
Changes for March 2021
2 parents 611ca62 + 711ad10 commit 11f5f69

File tree

6 files changed

+7065
-6189
lines changed

6 files changed

+7065
-6189
lines changed

Diff for: .travis.yml

+6-4
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)