.travis.yml 170 B

123456789
  1. language: python
  2. python:
  3. - "3.4"
  4. - "3.5"
  5. - "3.6"
  6. # command to install dependencies
  7. install: "pip install -r requirements.txt"
  8. # command to run tests
  9. script: pytest