Files
zfs_autobackup/.travis.yml
Edwin Eefting 3ef7c32237 test
2020-05-17 22:51:59 +02:00

28 lines
396 B
YAML

jobs:
include:
- os: linux
dist: xenial
language: python
python:
- "3.6"
- "2.7"
- os: linux
dist: bionic
language: python
python:
- "3.6"
- "2.7"
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