We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07abc80 commit c000098Copy full SHA for c000098
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
4
python:
5
- "2.7"
6
+ # - "pypy" Disabling pypy until travis moves to newer version, known issue with lxml crashing pypy
7
8
install:
9
- pip install authorizenet
0 commit comments