Skip to content

Commit 930a0e3

Browse files
author
srathod
committed
- Added sample-code-python as submodule.
1 parent e7c2bcd commit 930a0e3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "sample-code-python"]
2+
path = sample-code-python
3+
url = https://github.com/AuthorizeNet/sample-code-python

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ install:
99
- pip install unittest2
1010
- pip install nose
1111
- pip install pyxb
12+
13+
before_script:
14+
- git submodule update --remote --recursive
15+
1216
script: nosetests

sample-code-python

Submodule sample-code-python added at 7e00de2

0 commit comments

Comments
 (0)