.travis.yml 256 B

1234567891011121314151617181920212223242526
  1. sudo: false
  2. cache:
  3. - pip
  4. dist: trusty
  5. language: python
  6. python:
  7. - '3.6'
  8. - '2.7'
  9. branches:
  10. only:
  11. - master
  12. notifications:
  13. email: false
  14. install:
  15. - true # drop pip install -r requirements.txt
  16. script:
  17. - pip install flake8
  18. - flake8 .