summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 7d2f191882a2e6a7f9d5386eb13bab25613f6de9 (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 -r tools/test-requires --use-mirrors"

script:
  - "./run_tests.sh -N"