summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 8bdcd4748cc996ccb9795d80edac9527ff00df41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
os:
  - linux
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
install:
  - "pip install -r requirements.txt"
  - "pip install -r test-requirements.txt"
script: "./run_tests.sh && ./run_tests.sh --pep8 && ./run_tests.sh --lint && ./run_tests.sh --git"
after_success:
  - coveralls