aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-27 17:00:29 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-27 17:00:29 +0100
commit9ecb5a4eed538b6240630ed66b68c45f5b1b08e6 (patch)
tree38c406165459b580ff8f72833287d71056114b3e /.travis.yml
parent2783ead2d39587982c8275f4bced5c5db180ce93 (diff)
Add helper to run tests in docker container
and use this on travisci. Some ideas taken form travis.debian.net.
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