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