Browse Source

Limit test coverage to misago directory

rafalp 6 years ago
parent
commit
821ca00d95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -11,6 +11,6 @@ install:
 before_script:
   - psql -c "create database travis_ci_test;" -U postgres
 script:
-  - pytest --cov
+  - pytest --cov=misago
 after_success:
   - coveralls