Merge pull request #119 from cgzones/py3

travis: force the use of python3.5
This commit is contained in:
Chris PeBenito 2019-10-03 18:53:26 -04:00 committed by GitHub
commit 2da74e1169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Derived from Nicolas Iooss: https://github.com/fishilico/selinux-refpolicy-patched/blob/travis-upstream/.travis.yml
language: generic
language: python
python: 3.5
matrix:
fast_finish: true
@ -49,7 +50,7 @@ before_install:
- bison -V
- flex -V
- swig -version
- python -V
- python3 -V
install:
- SELINUX_USERSPACE_VERSION=master