Skip to content

Commit

Permalink
Applied updates and added Python 3.8 CI tests (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored May 8, 2020
1 parent b07e02c commit c757e1f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
35 changes: 28 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,62 @@ jobs:
python: 3.6
services:
- docker
- name: "Fedora Core 31 (Docker) with Python 3.7"
- name: "Fedora 31 (Docker) with Python 3.7"
env: FEDORA_VERSION="31"
group: edge
language: python
python: 3.7
services:
- docker
- name: "Fedora 32 (Docker) with Python 3.8"
env: FEDORA_VERSION="32"
group: edge
language: python
python: 3.8
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6"
env: UBUNTU_VERSION="18.04"
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.5 (tox)"
env: [TOXENV="py35", UBUNTU_VERSION="18.04"]
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.8"
env: UBUNTU_VERSION="20.04"
group: edge
language: python
python: 3.8
services:
- docker
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.5 (tox)"
env: [TOXENV="py35", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.5
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6 (tox)"
env: [TOXENV="py36", UBUNTU_VERSION="18.04"]
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.6 (tox)"
env: [TOXENV="py36", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.6
services:
- docker
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.7 (tox)"
env: [TOXENV="py37", UBUNTU_VERSION="18.04"]
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.7 (tox)"
env: [TOXENV="py37", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.7
services:
- docker
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.8 (tox)"
env: [TOXENV="py38", UBUNTU_VERSION="20.04"]
group: edge
language: python
python: 3.8
services:
- docker
- name: "MacOS 10.14 with Python 3.7 (tox)"
env: TOXENV="py37"
os: osx
Expand Down
3 changes: 3 additions & 0 deletions config/dpkg/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
%:
dh $@ --buildsystem=pybuild --with=python3

.PHONY: override_dh_auto_test
override_dh_auto_test:

0 comments on commit c757e1f

Please sign in to comment.