.travis.yml 193 B

1234567891011
  1. language: python
  2. python:
  3. - "2.6"
  4. - "2.7"
  5. - "3.3"
  6. - "3.4"
  7. - "3.5"
  8. # command to install dependencies
  9. install: "pip install -r requirements.txt"
  10. # command to run tests
  11. script: nosetests