Skip to content

Commit

Permalink
Merge pull request #147 from AuthorizeNet/mandate
Browse files Browse the repository at this point in the history
Changes for March 2021
  • Loading branch information
gnongsie authored Mar 31, 2021
2 parents 611ca62 + 711ad10 commit 11f5f69
Show file tree
Hide file tree
Showing 6 changed files with 7,065 additions and 6,189 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3"

matrix:
fast_finish: true
allow_failures:
- python: "3.7-dev"
# 3.7-dev started crashing when building lxml although the neither the python version nor the lxml version seemed to change.
# Will have to investigate further.
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
- python: "pypy"
- python: "pypy3"
- python: "3.4"
Expand Down
Loading

0 comments on commit 11f5f69

Please sign in to comment.