Updated travis file
This commit is contained in:
+4
-4
@@ -6,14 +6,14 @@ 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" -v
|
||||
|
||||
Reference in New Issue
Block a user