summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: d7c6953bfd4df62499d5bfa7c5c4cce60eb99daa (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 -V"