summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 699072209d725935edc981f3ba1453a2bed1e494 (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - "2.6"
  - "2.7"
install:
  - pip install -q -r requirements.txt --use-mirrors
script: python test.py