.travis.yml 172 B

12345678910
  1. language: python
  2. python:
  3. - "3.5"
  4. - "3.6"
  5. - "3.7-dev" # 3.7 development branch
  6. install:
  7. - pip install -r requirements.txt
  8. # command to run tests
  9. script:
  10. - pytest