1
0
Fork 0

Adding upstream version 2.1.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-07 00:47:33 +01:00
parent d1aeef90c9
commit d8a70e48ab
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
56 changed files with 3865 additions and 0 deletions

30
.travis.yml Normal file
View file

@ -0,0 +1,30 @@
sudo: false
language: python
cache: pip
install: ./.travis/install.sh
script:
- source ~/.venv/bin/activate
- tox
matrix:
include:
- os: linux
python: 3.6
env: TOXENV=py36
- os: linux
python: 3.6
env: TOXENV=noextras
- os: linux
python: 3.6
env: TOXENV=docs
- os: linux
python: 3.6
env: TOXENV=packaging
- os: osx
language: generic
env: TOXENV=py36
- os: linux
python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true