summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
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