Added a basic test of the GUI

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 23:20:44 +02:00
parent 63c3182a0e
commit 66f6494894
11 changed files with 176 additions and 50 deletions
+6 -5
View File
@@ -1,4 +1,4 @@
dist: xenial # required for Python >= 3.7
dist: bionic
language: python
sudo: required
addons:
@@ -6,15 +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 codecov
script:
- python -m pytest --cov=nw -v
- python -m pytest --cov=nw -m "project|core" -v
after_success:
- codecov