.travis.yml 155 B

123456789101112
  1. language: python
  2. python:
  3. - "2.6"
  4. - "2.7"
  5. - "3.3"
  6. - "3.4"
  7. install:
  8. - pip install -q -r requirements.txt
  9. script: python manage.py test