Denis K 9 rokov pred
rodič
commit
d4f0af7e42
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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