.travis.yml 100 B

12345678
  1. language: python
  2. python:
  3. - "pypy"
  4. - "3.8"
  5. - "3.7"
  6. - "3.6"
  7. - "2.7"
  8. script: python tests.py