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

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

# command to run tests
script: "make test"