Updated travis file

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 23:24:01 +02:00
parent 66f6494894
commit 814f7a6331
+4 -4
View File
@@ -6,14 +6,14 @@ addons:
packages: packages:
- libenchant-dev - libenchant-dev
python: python:
# - "3.5" # - "3.5"
# - "3.6" # - "3.6"
- "3.7" - "3.7"
# - "3.8-dev" # - "3.8-dev"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install pytest-cov - pip install pytest-cov
# - pip install pytest-qt # - pip install pytest-qt
- pip install codecov - pip install codecov
script: script:
- python -m pytest --cov=nw -m "project|core" -v - python -m pytest --cov=nw -m "project|core" -v