build: nodes: analysis: dependencies: before: - sudo apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev - pip install --upgrade enum34 python-ldap - pip install octoprint
checks: python: duplicate_code: true code_rating: true javascript: no_var: true build: tests: true nodes: analysis: dependencies: before: - pip install --upgrade enum34 - pip install octoprint tests: override: - py-scrutinizer-run - js-scrutinizer-run - pylint-run