summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ef419045242bd33fafd42f5b0ab3955acff52a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - 2.6
  - 2.7
  - 3.2
  - 3.3
  - 3.4
  - pypy
  - 3.3
install: python setup.py install
before_script: pip install nose
script: nosetests