.travis.yml 189 B

12345678910
  1. language: python
  2. python:
  3. - "2.7"
  4. # command to install dependencies
  5. install: "pip install -r test_requirements.txt"
  6. # command to run tests
  7. script:
  8. - coverage run setup.py test