blob: d2a7ab3051a0accdb2bf7af6728dcc31baee00bc [file] [log] [blame]
Aaron Ilesa0d52ab2013-01-06 22:46:32 +11001language: python
2python:
3 - 2.6
4 - 2.7
5 - 3.2
Aaron Ilesd8a3e002013-05-29 23:04:24 +10006 - 3.3
Aaron Ilesc65d42f2013-01-07 21:49:59 +11007 - pypy
Aaron Ilesa0d52ab2013-01-06 22:46:32 +11008install:
Aaron Iles8ab5c0f2013-05-29 22:56:41 +10009 - pip install -r requirements/development.txt -r requirements/production.txt
Aaron Ilesa0d52ab2013-01-06 22:46:32 +110010 - python setup.py install
11script:
12 - coverage run setup.py test
Aaron Ilesfda747b2013-05-30 21:07:55 +100013 - coverage report --show-missing
Aaron Iles40efe212013-05-29 23:31:33 +100014after_success:
15 - coveralls
Aaron Ilesa0d52ab2013-01-06 22:46:32 +110016notifications:
17 email: aaron.iles+travis-ci@gmail.com