Skip to content

Commit

Permalink
Applied updates and added Python 3.8 CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed May 10, 2020
1 parent 450a157 commit ae85a49
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
60 changes: 33 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,76 @@
matrix:
version: ~> 1.0
language: generic
os: linux
dist: bionic
jobs:
include:
- name: "Pylint on Ubuntu Bionic (18.04) (Docker) with Python 3.6"
env: [TARGET="pylint", UBUNTU_VERSION="18.04"]
os: linux
dist: xenial
sudo: required
group: edge
language: python
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"
os: linux
dist: xenial
sudo: required
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"
os: linux
dist: xenial
sudo: required
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"]
os: linux
dist: xenial
sudo: required
- 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"]
os: linux
dist: xenial
sudo: required
- 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"]
os: linux
dist: xenial
sudo: required
- 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
osx_image: xcode10
language: generic
install:
- ./config/travis/install.sh
script:
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 ae85a49

Please sign in to comment.