Skip to content

Commit cbf8982

Browse files
committed
temporarily allow failures against 3.7-dev
1 parent 08998f7 commit cbf8982

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.travis.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ python:
77
- "3.5"
88
- "3.6"
99
- "3.7-dev"
10-
# - "pypy"
11-
# - "pypy3"
12-
# pypy will just crash due to an incompatibility with lxml.
13-
# Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml
10+
- "pypy"
11+
- "pypy3"
12+
13+
matrix:
14+
fast_finish: true
15+
allow_failures:
16+
- python: "3.7-dev"
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"
20+
- python: "pypy3"
21+
# pypy will just crash due to an incompatibility with lxml.
22+
# Newer versions of pypy seem to crash also, so we probably have to fix with a newer version of lxml
1423

1524
install:
1625
- pip install authorizenet

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy