summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0f22ed259b53f829b12ee17f51e78def0e14c28d (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
  - "2.6"
before_install:
 - sudo apt-get update -qq
 - sudo apt-get install -qq unixodbc-dev
install: pip install -r test-requirements.txt --use-mirrors
script: make test