summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 62963f674333c382e1af4c94f5c76823d4213c68 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.6"
  - "2.7"
install:
  - pip install -r testsuite/requirements.txt --use-mirrors
  - pip install -e .
script:
  - nosetests testsuite