for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: python: 2.7.7 dependencies: before: - pip install -r dev-requirements.txt tests: override: - command: 'tox' coverage: file: '.coverage' format: 'py-cc'
# language: python # tests: true