aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b4da1b037c2a9342fd91274fc7e05bc07c810b2e (plain) (blame)
1
2
3
4
5
6
language: python
python:
  - "2.7"
  - "2.6"
install: pip install -r requirements.txt
script: bin/test