We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e632c1c commit c451779Copy full SHA for c451779
.travis.yml
@@ -17,6 +17,7 @@ before_script:
17
18
script:
19
- nosetests
20
+ - coverage run setup.py test
21
- coveralls
22
- python setup.py install
23
- cd sample-code-python
0 commit comments