We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339ae56 commit 4325745Copy full SHA for 4325745
.travis.yml
@@ -9,7 +9,7 @@ python:
9
10
script:
11
- python setup.py test # run tests
12
- - coverage run setup.py test # run coverage tests
+ - coverage run python tests/__ini__.py # run coverage tests
13
14
after_success:
15
- codecov # report to coverage.
0 commit comments