aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 02e0344705d32c8210b322a81befc4aac02af35a (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.3"
  - "3.2"
  - "2.7"
  - "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
# command to run tests, e.g. python setup.py test
script:  python setup.py test