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"
|
2020-04-24 08:59:03 +00:00
|
|
|
name: linters
|
2019-10-23 11:04:57 +00:00
|
|
|
env:
|
2020-04-24 08:59:03 +00:00
|
|
|
- TOXENV=linters
|
2019-10-23 11:04:57 +00:00
|
|
|
- python: "3.7"
|
2020-04-24 08:59:03 +00:00
|
|
|
name: packaging
|
2019-10-23 11:04:57 +00:00
|
|
|
env:
|
2020-04-24 08:59:03 +00:00
|
|
|
- TOXENV=packaging
|
|
|
|
- python: "3.7"
|
|
|
|
name: py37
|
|
|
|
env:
|
|
|
|
- TOXENV=py37
|
|
|
|
- python: "3.7"
|
|
|
|
name: devel
|
|
|
|
env:
|
|
|
|
- TOXENV=devel
|
2019-10-23 11:04:57 +00:00
|
|
|
|
|
|
|
before_script:
|
2020-04-24 08:59:03 +00:00
|
|
|
- pip install tox>=3.14.0
|
2019-10-23 11:04:57 +00:00
|
|
|
|
|
|
|
script:
|
|
|
|
- tox
|