aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-03 22:05:56 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-03 23:53:36 -0300
commit75957589e7ddd9d5eefcc0a5227519b44c95c259 (patch)
tree5904c58283bf7647c25e0fd7f4c30955fe762d22 /.travis.yml
parentd9b535e5c0fba267150fd3a7d0cbf00245860bec (diff)
Run more tests on travis
Gbp-Dch: Ignore
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 06ab690e..daac2b50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,10 @@ python:
before_install:
- sudo apt-get -qq update
- - sudo apt-get install -y pristine-tar
+ - sudo apt-get install -y pristine-tar devscripts
install: "pip install -r dev_requirements.txt"
script:
- flake8
- - python $(which nosetests) -v tests/doctests/
+ - python $(which nosetests) -v tests/doctests/ tests/component/deb/
- tests/helpers/run-in-docker