Add python 3.5 to default builds
This commit is contained in:
+1
-1
@@ -12,6 +12,7 @@ addons:
|
|||||||
- python3-pyqt5
|
- python3-pyqt5
|
||||||
- python3-pyqt5.qtsvg
|
- python3-pyqt5.qtsvg
|
||||||
python:
|
python:
|
||||||
|
- "3.5"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
@@ -22,7 +23,6 @@ install:
|
|||||||
- pip install codecov
|
- pip install codecov
|
||||||
script:
|
script:
|
||||||
- python -m pytest --cov=nw -m "project|core|gui" -v
|
- python -m pytest --cov=nw -m "project|core|gui" -v
|
||||||
# - python -m pytest --cov=nw -m "project|core" -v
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|||||||
Reference in New Issue
Block a user