for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: python: code_rating: true duplicate_code: true filter: paths: ["pyof/*", "tests/*"] build: environment: python: 3.6.0 postgresql: false redis: false dependencies: override: - true
# language: python # tests: true