Checkout Config
build:
environment:
python: 3.6
nodes:
analysis:
project_setup:
override:
- pip install pipenv
- pipenv install --dev
tests:
override:
-
command: pylint-run
use_website_config: true
- py-scrutinizer-run
tests:
project_setup:
override:
- pip install pipenv
- pipenv install --dev
tests:
override:
- pipenv run nosetests --with-coverage --cover-package paytext --cover-min-percentage=100 --cover-erase
- cp pyre-check.sh.dist pyre-check.sh && ./pyre-check.sh
build_failure_conditions:
- 'issues.exists'
- 'elements.rating(< A).exists'
checks:
python:
classes_valid_slots: true
code_rating: true
duplicate_code: true
Repository Config
checks:
python:
duplicate_code: true
code_rating: true
classes_valid_slots: true
build:
nodes:
tests: true
analysis:
tests:
override:
-
command: pylint-run
use_website_config: true
- py-scrutinizer-run