From 17d83c675874ce7fff32c382b6d47af1628d45fc Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 17 Aug 2017 16:30:32 +0200 Subject: travis-ci: Enable Python3 tests, but allow it to fail --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3-1-g7c22