summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 547bcbe37a726f265c3f51b3f7678d5e62064e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
install:
  - pip install requests
# command to run tests, e.g. python setup.py test
script:  python test.py