Add cache, disable faulthandler

This commit is contained in:
Veronica K. B. Olsen
2019-05-17 10:36:51 +02:00
parent ae35bd3888
commit b1bb89c33b
+4 -2
View File
@@ -1,17 +1,19 @@
os: linux
dist: xenial
services:
- xvfb
language: python
cache: bundler
sudo: required
addons:
apt:
packages:
- libenchant-dev
python:
- "3.5"
- "3.7"
install:
- pip install -r requirements.txt
- pip install pytest-faulthandler
# - pip install pytest-faulthandler
- pip install pytest-cov
- pip install pytest-qt
- pip install codecov