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 12a15ee commit 2163e63Copy full SHA for 2163e63
.travis.yml
@@ -24,3 +24,6 @@ before_script:
24
25
script:
26
- coverage run --source=rejson setup.py test
27
+
28
+after_success:
29
+ - coveralls
0 commit comments