aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e767f15a1ac20d1df3079c96c82c34227e8228a1 (plain)
1
2
3
4
5
6
language: python
python:
 - "2.6"
 - "2.7"
install: pip install -Ur requirements.txt --use-mirrors
script: nosetests