Add python 3.5 to default builds

This commit is contained in:
Veronica K. B. Olsen
2019-05-17 11:12:11 +02:00
parent 4e2a1fa2c5
commit 23435ade1c
+1 -1
View File
@@ -12,6 +12,7 @@ addons:
- python3-pyqt5
- python3-pyqt5.qtsvg
python:
- "3.5"
- "3.7"
install:
- pip install -r requirements.txt
@@ -22,7 +23,6 @@ install:
- 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
after_failure: