summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rwxr-xr-xtestsuite/install.sh5
2 files changed, 5 insertions, 2 deletions
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
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 13a2e9d01..604872a5e 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -20,8 +20,9 @@ else
fi
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- pip_wheel PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy cherrypy python-augeas
-
+ pip_wheel PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy \
+ cherrypy python-augeas nose-show-skipped
+
if [[ ${PYVER:0:1} == "2" ]]; then
pip_wheel cheetah m2crypto