summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 71eafab7af21c309cb69506a596543e2d413cb0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dist: bionic
language: python
python:
  - 3.6
cache: pip
services:
env:
  - SCRIPT="./manage.py --squad-host http://localhost:9000 test -v"
install:
  - pip install -r requirements-dev.txt
script:
  - $SCRIPT