summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 633f2119832b15c57bba71db5c62ff2ac9c08cb9 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.6"
  - "2.7"

install:
  - "pip install -r tools/pip-requires --use-mirrors"

script:
  - "./run_tests.sh"