aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 52cccc0a735db9f1db58e91c29cce3217b653fbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python
python:
  - "3.6"

addons:
  rethinkdb: "2.3"

cache: pip

install:
  - pip install -r requirements.txt
  - pip install -r requirements-ci.txt
script:
  - flake8
  - py.test app_test.py --cov pysite --cov-report term-missing -v
  - coveralls
after_success:
  - python deploy.py