Browse Source

update travic and scrut confs

pull/254/head
Rossen Georgiev 5 years ago
parent
commit
c49c2b3352
  1. 2
      .scrutinizer.yml
  2. 14
      .travis.yml

2
.scrutinizer.yml

@ -6,7 +6,7 @@ filter:
tools: tools:
external_code_coverage: external_code_coverage:
timeout: 300 timeout: 300
runs: 4 runs: 6
build: build:
nodes: nodes:

14
.travis.yml

@ -1,18 +1,16 @@
language: python language: python
cache: pip os: linux
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
jobs: jobs:
include: include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7 - python: 3.7
os: linux
- python: 3.8 - python: 3.8
os: linux os: linux
install: install:
- make init - pip install -r requirements.txt
- pip install coveralls - pip install coveralls
- pip install scrutinizer-ocular - pip install scrutinizer-ocular
script: script:

Loading…
Cancel
Save