We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27aa353 commit f267ad3Copy full SHA for f267ad3
.travis.yml
@@ -8,6 +8,6 @@ install:
8
- pip install coveralls # only required to get a coverage report on coveralls.io
9
# command to run tests
10
script:
11
- - python -m pytest --cov=src tests
+ - python -m pytest --cov=src
12
after_success:
13
- coveralls
0 commit comments