We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4325745 commit fdc3685Copy full SHA for fdc3685
.travis.yml
@@ -8,6 +8,7 @@ python:
8
- 3.7
9
10
script:
11
+ - pip install coverage
12
- python setup.py test # run tests
13
- coverage run python tests/__ini__.py # run coverage tests
14
0 commit comments