Compare commits

...

9 Commits

Author SHA1 Message Date
Mario Fetka
c813f3cb15 update compat 2023-07-01 11:58:21 +02:00
Mario Fetka
502885fd23 update compat 2023-07-01 11:55:09 +02:00
Mario Fetka
6efd4c00f8 Bump 2021-10-27 08:44:51 +02:00
Mario Fetka
38ddc53c2c build for stretch and jessie 2021-10-26 16:18:10 +02:00
Mario Fetka
16495c72e8 build for stretch and jessie 2021-10-26 16:07:46 +02:00
Mario Fetka
eb632a902b build for stretch and jessie 2021-10-26 16:04:21 +02:00
Mario Fetka
70834e1808 build for stretch and jessie 2021-10-26 15:02:23 +02:00
Mario Fetka
fdfbc23d0f build for stretch and jessie 2021-10-26 14:14:08 +02:00
Mario Fetka
3684dca243 correct deeps for bullseye 2021-10-26 13:17:45 +02:00

37
.travis.yml Normal file
View File

@ -0,0 +1,37 @@
language: python
dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
# TODO add 3.9
- "3.9-dev"
install: pip install tox-travis tox tox-venv
# Used by the `test` stage.
script: tox
stages:
- test
- lint
jobs:
allow_failures:
- python: "3.9-dev"
include:
# The `test` stage using the `python` matrix defined above
# is included implicitly.
- stage: lint
name: "Code Linting"
python: "3.7"
script: TOXENV=lint tox
- stage: check-docs
name: "Docs check"
python: "3.7"
script: TOXENV=check-docs tox