rafalp 6 лет назад
Родитель
Сommit
7c0602fdf6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -13,7 +13,7 @@ jobs:
       before_script:
         - psql -c "create database travis_ci_test;" -U postgres
       script:
-        - strace -q "pytest -k test_empty_theme_export_can_be_imported_back">&1 | grep -v ENOENT
+        - pytest --cov=misago
       after_success:
         - coveralls
     - name: "lint"