summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6789d1f5f1a7631128bf8c46c4c931f6e990f3b0 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.3"
  - "3.2"
  - "2.7"
  - "2.6"
  - "2.5"
  - "pypy"
install: pip install nose
script: nosetests