diff --git a/.travis.yml b/.travis.yml index 2f4b15ea..99231f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: install: - pip install -r requirements.txt - pip install pytest-cov - # - pip install pytest-qt + - pip install pytest-qt - pip install codecov script: - python -m pytest --cov=nw -m "project|core|gui" -v