WIP3
This commit is contained in:
27
roles/linux-system-roles.network/.travis.yml
Normal file
27
roles/linux-system-roles.network/.travis.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
dist: xenial
|
||||
language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: 2.6
|
||||
dist: trusty
|
||||
- python: 2.7
|
||||
- python: 3.5
|
||||
env: aptpkgs=python3-selinux
|
||||
- python: 3.6
|
||||
- python: 3.7
|
||||
- python: 3.7-dev
|
||||
- python: 3.8-dev
|
||||
# - python: nightly
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- if [ -n "${aptpkgs}" ]; then sudo apt-get install -y python3-selinux; fi
|
||||
|
||||
install:
|
||||
- pip install tox tox-travis
|
||||
|
||||
script:
|
||||
- tox
|
||||
Reference in New Issue
Block a user