summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f28e552e373bdd053d9d0f8c77e94b1822062ced (plain)
1
2
3
4
5
6
language: python
python:
    - 2.6
    - 2.7
install: pip install -r requirements/default.txt -r requirements/test.txt
script: nosetests