build: environment: python: 3.7.1 variables: PYTHON_VERSIONS: '3.7.1 3.6.3' tests: override: - 'pyenv local $PYTHON_VERSIONS' - command: 'tox'
# language: python # tests: true 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