summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3a3a3f239d2942c59bfcf0db9b8d93bba7755cda (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - 2.6
  - 2.7
  - pypy
install: python setup.py install
before_script: pip install nose
script: nosetests