trying to make travis run again
This commit is contained in:
+8
-8
@@ -9,19 +9,19 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libenchant-dev
|
- libenchant-dev
|
||||||
- python3-pyqt5
|
# - python3-pyqt5
|
||||||
- python3-pyqt5.qtsvg
|
# - python3-pyqt5.qtsvg
|
||||||
- python3-appdirs
|
# - python3-appdirs
|
||||||
- python3-lxml
|
# - python3-lxml
|
||||||
- python3-enchant
|
# - python3-enchant
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
install:
|
install:
|
||||||
# - pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
# - pip install pytest-faulthandler
|
# - pip install pytest-faulthandler
|
||||||
- pip install latexcodec
|
# - pip install latexcodec
|
||||||
- pip install pypandoc
|
# - pip install pypandoc
|
||||||
- pip install pytest-xvfb
|
- pip install pytest-xvfb
|
||||||
- pip install pytest-cov
|
- pip install pytest-cov
|
||||||
- pip install pytest-qt
|
- pip install pytest-qt
|
||||||
|
|||||||
Reference in New Issue
Block a user