From 730ef612d9bbd9fc94a8e5d916831a91af033868 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 22 Mar 2017 21:03:21 +0100 Subject: travis-ci: Show skipped tests For the test environment with all optional dependencies, we want to run all tests. So let's print all skipped tests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 17d3bf58c..118adc92b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ matrix: addons: apt: packages: *build_deps_optional + script: nosetests --show-skipped testsuite - python: "2.7" - python: "2.7_with_system_site_packages" @@ -36,6 +37,7 @@ matrix: addons: apt: packages: [*build_deps_optional, python-gamin, python-selinux] + script: nosetests --show-skipped testsuite before_install: - testsuite/prepare-python.sh -- cgit v1.2.3-1-g7c22