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