aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cfae53bc..60e70073 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,13 @@
---
+sudo: required
language: python
+
+services:
+ - docker
+
python:
- "2.7"
install: "pip install -r requirements.txt"
-script: flake8
+script:
+ - flake8
+ - tests/helpers/run-in-docker