molecule-hetznercloud/.travis.yml

28 lines
364 B
YAML
Raw Normal View History

2019-10-23 11:04:57 +00:00
---
language: python
cache:
pip: true
directories:
- $HOME/.cache/pre-commit
- $HOME/.pre-commit
jobs:
fast_finish: true
include:
- python: "3.7"
name: linting
env:
- TOXENV=lint
- python: "3.7"
name: unit tests
env:
- TOXENV=ansible28
before_script:
- pip install tox==3.14.0
script:
- tox