.travis.yml 209 B

12345678910111213141516171819
  1. dist: xenial
  2. language: python
  3. python:
  4. - "2.7"
  5. - "3.5"
  6. - "3.6"
  7. - "3.7"
  8. - "3.8-dev"
  9. matrix:
  10. allow_failures:
  11. - python: "3.8-dev"
  12. install:
  13. - make bootstrap
  14. script:
  15. - make test testbed lint