summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 23f367d85b98c2106900036e8e0ea03693e77573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "2.6"
  - "2.7"
  - "3.4"
# command to install dependencies
install:
  - "pip install ."
  - "pip install -r test-requirements.txt"
# command to run tests
script: nosetests