Skip to content

Commit 7a680df

Browse files
committed
fix indentation
1 parent cbf8982 commit 7a680df

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ python:
1010
- "pypy"
1111
- "pypy3"
1212

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
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
2323

2424
install:
2525
- pip install authorizenet

0 commit comments

Comments
 (0)