.travis.yml 157 B

12345678910111213
  1. language: python
  2. python:
  3. - "2.7"
  4. - "3.4"
  5. - "3.5"
  6. - "3.6"
  7. - "3.7"
  8. os:
  9. - linux
  10. install:
  11. - pip install -r requirements.txt
  12. script: python test.py