@ -6,7 +6,7 @@ filter:
tools:
external_code_coverage:
timeout: 300
runs: 4
runs: 6
build:
nodes:
@ -1,18 +1,16 @@
language: python
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
os: linux
jobs:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
install:
- make init
- pip install -r requirements.txt
- pip install coveralls
- pip install scrutinizer-ocular
script: