summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: aa189561dddab2c455945353a119bffe8147a33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "3.4"

services:
  - docker

# command to install dependencies
#install: "pip install -r requirements.txt"
# command to run tests
script: ./run-tests.sh