.travis.yml 245 B

12345678
  1. language: python
  2. python:
  3. - "2.7"
  4. # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
  5. install: pip install -r requirements.txt
  6. # command to run tests, e.g. python setup.py test
  7. script: python setup.py test