mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-17 22:52:20 +03:00
32 lines
492 B
YAML
32 lines
492 B
YAML
|
|
jobs:
|
|
include:
|
|
- os: linux
|
|
dist: xenial
|
|
language: python
|
|
python: 2.7
|
|
- os: linux
|
|
dist: xenial
|
|
language: python
|
|
python: 3.6
|
|
- os: linux
|
|
dist: bionic
|
|
language: python
|
|
python: 2.7
|
|
- os: linux
|
|
dist: bionic
|
|
language: python
|
|
python: 3.6
|
|
|
|
|
|
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install zfsutils-linux
|
|
|
|
script:
|
|
# - sudo -E ./ngrok.sh
|
|
- sudo -E ./run_tests
|
|
# - sudo -E pip --version
|