summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ef936f7e74ae25eba83dc69109d78aea913b2cd5 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
install:
  - "pip install -r requirements.txt"
  - "pip install -r test-requirements.txt"
script: "./run_tests.sh && ./run_tests.sh --pep8"
after_success:
  - coveralls