Compare commits

..

3 Commits

Author SHA1 Message Date
root
206067cb4f Update upstream source from tag 'upstream/3.1.1'
Update to upstream version '3.1.1'
with Debian dir abc6ff77b6e18a0ca0d156a3c926935092e08854
2025-08-06 15:00:39 +02:00
root
e7961a02b2 New upstream version 3.1.1 2025-08-06 15:00:39 +02:00
Mario Fetka
3f4ba32dbb Imported Upstream version 3.1.0 2023-07-01 11:55:30 +02:00

View File

@ -1,37 +0,0 @@
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