Skip to content

Commit c757e1f

Browse files
authored
Applied updates and added Python 3.8 CI tests (#154)
1 parent b07e02c commit c757e1f

2 files changed

Lines changed: 31 additions & 7 deletions

File tree

.travis.yml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,62 @@ jobs:
1111
python: 3.6
1212
services:
1313
- docker
14-
- name: "Fedora Core 31 (Docker) with Python 3.7"
14+
- name: "Fedora 31 (Docker) with Python 3.7"
1515
env: FEDORA_VERSION="31"
1616
group: edge
1717
language: python
1818
python: 3.7
1919
services:
2020
- docker
21+
- name: "Fedora 32 (Docker) with Python 3.8"
22+
env: FEDORA_VERSION="32"
23+
group: edge
24+
language: python
25+
python: 3.8
26+
services:
27+
- docker
2128
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6"
2229
env: UBUNTU_VERSION="18.04"
2330
group: edge
2431
language: python
2532
python: 3.6
2633
services:
2734
- docker
28-
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.5 (tox)"
29-
env: [TOXENV="py35", UBUNTU_VERSION="18.04"]
35+
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.8"
36+
env: UBUNTU_VERSION="20.04"
37+
group: edge
38+
language: python
39+
python: 3.8
40+
services:
41+
- docker
42+
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.5 (tox)"
43+
env: [TOXENV="py35", UBUNTU_VERSION="20.04"]
3044
group: edge
3145
language: python
3246
python: 3.5
3347
services:
3448
- docker
35-
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6 (tox)"
36-
env: [TOXENV="py36", UBUNTU_VERSION="18.04"]
49+
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.6 (tox)"
50+
env: [TOXENV="py36", UBUNTU_VERSION="20.04"]
3751
group: edge
3852
language: python
3953
python: 3.6
4054
services:
4155
- docker
42-
- name: "Ubuntu Bionic (18.04) (Docker) with Python 3.7 (tox)"
43-
env: [TOXENV="py37", UBUNTU_VERSION="18.04"]
56+
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.7 (tox)"
57+
env: [TOXENV="py37", UBUNTU_VERSION="20.04"]
4458
group: edge
4559
language: python
4660
python: 3.7
4761
services:
4862
- docker
63+
- name: "Ubuntu Focal (20.04) (Docker) with Python 3.8 (tox)"
64+
env: [TOXENV="py38", UBUNTU_VERSION="20.04"]
65+
group: edge
66+
language: python
67+
python: 3.8
68+
services:
69+
- docker
4970
- name: "MacOS 10.14 with Python 3.7 (tox)"
5071
env: TOXENV="py37"
5172
os: osx

config/dpkg/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
%:
44
dh $@ --buildsystem=pybuild --with=python3
55

6+
.PHONY: override_dh_auto_test
7+
override_dh_auto_test:
8+

0 commit comments

Comments
 (0)