GUI test does NOT work.

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 23:37:53 +02:00
parent f8d015840a
commit 13cb526ff5
+5 -5
View File
@@ -6,16 +6,16 @@ addons:
packages:
- libenchant-dev
python:
# - "3.5"
# - "3.6"
# - "3.5"
# - "3.6"
- "3.7"
# - "3.8-dev"
# - "3.8-dev"
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
- python -m pytest --cov=nw -m "project|core" -v
after_success:
- codecov