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

# command to install dependencies
install: "pip install -r requirements.txt"

# command to run tests
script: "make test"