language: python dist: trusty python: - "2.7" install: - pip install flake8 - npm install -g eslint script: - flake8 . - eslint 'db/static/js/*.js'