Skip to content

Commit 72feeeb

Browse files
author
Sunny Raj Rathod
authored
Update .travis.yml
1 parent c451779 commit 72feeeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ before_script:
1616
- git submodule update --remote --recursive
1717

1818
script:
19-
- nosetests
20-
- coverage run setup.py test
21-
- coveralls
19+
- nosetests --with-coverage -cover-package=authorizenet
2220
- python setup.py install
2321
- cd sample-code-python
2422
- python ./test-runner.py

0 commit comments

Comments
 (0)