summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-08-17 16:30:32 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-08-17 16:37:01 +0200
commit17d83c675874ce7fff32c382b6d47af1628d45fc (patch)
tree4f1f5084dfc6518a8741781343dc34021db08e5a
parent9c21072a9d10744ef39c3fdc4a5a6a0797401810 (diff)
downloadbcfg2-17d83c675874ce7fff32c382b6d47af1628d45fc.tar.gz
bcfg2-17d83c675874ce7fff32c382b6d47af1628d45fc.tar.bz2
bcfg2-17d83c675874ce7fff32c382b6d47af1628d45fc.zip
travis-ci: Enable Python3 tests, but allow it to fail
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 542ac2337..12fdddea6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,18 @@ matrix:
packages: [*build_deps_optional, python-gamin, python-selinux]
script: nosetests --show-skipped testsuite
+ - python: "3.5"
+ env: WITH_OPTIONAL_DEPS=yes
+ addons:
+ apt:
+ packages: *build_deps_optional
+ script: nosetests --show-skipped testsuite
+
+ allow_failures:
+ - python: "3.5"
+
+ fast_finish: true
+
before_install:
- testsuite/prepare-python.sh
- if test -d "$HOME/custom-virtualenv/"; then source "$HOME/custom-virtualenv/bin/activate"; fi