Browse Source

Revert build script

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

+ 1 - 1
.travis.yml

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