summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ea35c0e2f1ee53f850181f24b2a8f6f55053f279 (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - 2.7
  - 3.2
  - 3.3
  - pypy
install: pip install -r test-requirements.txt
script: nosetests -d