trying to make travis run again

This commit is contained in:
Veronica K. B. Olsen
2020-02-05 01:02:18 +01:00
parent 643a301e2d
commit 6cfa2853fe
+6 -1
View File
@@ -11,12 +11,17 @@ addons:
- libenchant-dev
- python3-pyqt5
- python3-pyqt5.qtsvg
- python3-appdirs
- python3-lxml
- python3-enchant
python:
- "3.5"
- "3.7"
install:
- pip install -r requirements.txt
# - pip install -r requirements.txt
# - pip install pytest-faulthandler
- pip install latexcodec
- pip install pypandoc
- pip install pytest-xvfb
- pip install pytest-cov
- pip install pytest-qt