Skip to content

Commit a37ec68

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #105 from AuthorizeNet/future
Pull request for future to master
2 parents 8eec6ea + 0b2ff89 commit a37ec68

File tree

9 files changed

+5071
-4684
lines changed

9 files changed

+5071
-4684
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ before_install:
3131

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

4142
before_script:

authorizenet/apicontractsv1.py

Lines changed: 4986 additions & 4599 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)