summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6b6056900d57e6a02c0eeee7950d1b9413f220b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
os:
  - linux
  - osx
language: python
python:
  - "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 --integration && ./run_tests.sh --pep8 && ./run_tests.sh --git"
after_success:
  - coveralls