File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,19 @@ python:
7
7
- " 3.5"
8
8
- " 3.6"
9
9
- " 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
14
23
15
24
install :
16
25
- pip install authorizenet
You can’t perform that action at this time.
0 commit comments