summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 728a6e60a2dbe07621b65689e7b97cc7d13e5a57 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "3.3"
  - "3.2"
  - "2.7"
  - "2.6"
  - "2.5"
script: python setup.py test