summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3e8d0f979dff95560463f3cdbe6868223a8c2fae (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.0"
  - "3.1"
  - "3.2"
  - "3.3"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: python -m unittest tests