File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
3948workflows :
4049 version : 2
4150 build_and_test :
4251 jobs :
4352 - releasebuild
4453 - flake8-3.6
4554 - flake8-3.7
55+ - flake8-3.8
You can’t perform that action at this time.
0 commit comments