summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 41e1c5c2ada7b2c712ed496eb18d048317f1d952 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
# command to install dependencies
install: pip install -e .
# command to run tests
script: python tests.py