Add cache, disable faulthandler
This commit is contained in:
+4
-2
@@ -1,17 +1,19 @@
|
|||||||
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
services:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
language: python
|
language: python
|
||||||
|
cache: bundler
|
||||||
sudo: required
|
sudo: required
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libenchant-dev
|
- libenchant-dev
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.7"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install pytest-faulthandler
|
# - pip install pytest-faulthandler
|
||||||
- pip install pytest-cov
|
- pip install pytest-cov
|
||||||
- pip install pytest-qt
|
- pip install pytest-qt
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user