Skip to content

Commit

Permalink
travis-ci: Enable Python3 tests, but allow it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Aug 17, 2017
1 parent 9c21072 commit da430d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ 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
Expand Down

0 comments on commit da430d8

Please sign in to comment.