Skip to content

Commit

Permalink
Merge pull request #105 from AuthorizeNet/future
Browse files Browse the repository at this point in the history
Pull request for future to master
  • Loading branch information
Sunny Raj Rathod authored Jun 15, 2018
2 parents 8eec6ea + 0b2ff89 commit a37ec68
Show file tree
Hide file tree
Showing 9 changed files with 5,071 additions and 4,684 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ before_install:

install:
# install all of the dependencies we need here
- pip install nose
- pip install nose==1.*
- pip install pyxb==1.2.5
# can't change the pyxb version without changing the version in setup.py
# and regenerating the bindings in apicontractsv1.py
- pip install lxml
- pip install lxml==4.*
- pip install requests==2.*
- if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi

before_script:
Expand Down
9,585 changes: 4,986 additions & 4,599 deletions authorizenet/apicontractsv1.py

Large diffs are not rendered by default.

Loading

0 comments on commit a37ec68

Please sign in to comment.