Browse Source

Correct coverage

Denis K 9 years ago
parent
commit
d4f0af7e42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ install:
   - pip install . --use-mirrors
   - pip install coveralls
 script:
-  - coverage run manage.py test jet
+  - coverage run --source=jet --omit=*/migrations/*,*/south_migrations/*,*/tests/* manage.py test jet
 after_success:
   - coverage report
   - coveralls