We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f82f7 commit 748f57cCopy full SHA for 748f57c
.travis.yml
@@ -1,5 +1,7 @@
1
language: python
2
3
+dist: trusty
4
+
5
sudo: false
6
env:
7
- TEST_SUITE=samples
@@ -47,4 +49,4 @@ script:
47
49
# execute all of the tests or other commands to determine
48
50
# whether the build will pass or fail
51
- if [[ "$TEST_SUITE" == "coverage" ]]; then nosetests --with-coverage -cover-package=authorizenet; coveralls; fi
- - if [[ "$TEST_SUITE" == "samples" ]]; then python setup.py install; cd sample-code-python; python ./test-runner.py; fi
52
+ - if [[ "$TEST_SUITE" == "samples" ]]; then python setup.py install; cd sample-code-python; python ./test-runner.py; fi
0 commit comments