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