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 078898f commit 521a15fCopy full SHA for 521a15f
.travis.yml
@@ -5,6 +5,9 @@ python:
5
before_install:
6
- bash ci/libsodium.sh
7
install:
8
- - pip install -r requirements.txt
+ - pip install -r requirements.txt
9
# command to run tests
10
-script: python setup.py test
+script:
11
+ - coverage run --source=ucoinpy setup.py test
12
+after_success:
13
+ - coveralls
0 commit comments