.travis.yml 311B

1234567891011121314
  1. language: python
  2. python:
  3. - "3.2"
  4. - "3.3"
  5. - "3.4"
  6. # command to install dependencies
  7. install:
  8. - "cd tracim && python setup.py develop && cd -"
  9. - "pip install -r install/requirements.txt"
  10. - "./bin/tg2env-patch tg2env/"
  11. # command to run tests
  12. script: nosetests --with-coverage --cover-package=tracim