Skip to content

Commit bf9c9e5

Browse files
committed
update circleci
1 parent 95c913a commit bf9c9e5

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- checkout
1414
- run: apt-get update
15-
- run: apt-get install -y -qq --no-install-recommends sudo automake autoconf libglib2.0-dev libtool intltool python3-dev python-gi python-gi-dev cython python3-dbus dh-autoreconf libbluetooth-dev gtk-update-icon-cache python-pip
15+
- run: apt-get install -y -qq --no-install-recommends sudo automake autoconf libglib2.0-dev libtool intltool python3-dev python-gi python-gi-dev cython dh-autoreconf libbluetooth-dev gtk-update-icon-cache python-pip
1616
- run: ./autogen.sh
1717
- run: make
1818
- run: make distcheck
@@ -36,10 +36,20 @@ jobs:
3636
- run: python3 -m pip install --user flake8
3737
- run: python3 -m flake8
3838

39+
flake8-3.8:
40+
docker:
41+
- image: circleci/python:3.8.0b1
42+
43+
steps:
44+
- checkout
45+
- run: python3 -m pip install --user flake8
46+
- run: python3 -m flake8
47+
3948
workflows:
4049
version: 2
4150
build_and_test:
4251
jobs:
4352
- releasebuild
4453
- flake8-3.6
4554
- flake8-3.7
55+
- flake8-3.8

0 commit comments

Comments
 (0)