diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 19:56:08 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 19:56:08 +1000 |
| commit | e09809709153dd9e57d05e055bb4c419ac5e6ca2 (patch) | |
| tree | fb7573dfdd91e1991d3a629000968f6ac0260af4 /.travis.yml | |
| parent | 923ea0011c7d0dbfb219e05bde06b50204ea6e9a (diff) | |
travis: Fix coverage
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 171f022..78a6edc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: script: - flake8 pywal tests setup.py - pylint pywal tests setup.py - - coverage run ./setup.py test + - coverage run --source=my_module/ ./setup.py test after_success: - codecov |
