From 551463516a71e15e6ac16725c0a670657b08d3ab Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Mon, 21 Dec 2020 16:06:18 +0100 Subject: [PATCH] #461: Fix flake8 and add CI badge to README --- README.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dcb1d007e..6105b688c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Crazyflie PC client [![Build Status](https://api.travis-ci.org/bitcraze/crazyflie-clients-python.svg)](https://travis-ci.org/bitcraze/crazyflie-clients-python) [![Build status](https://ci.appveyor.com/api/projects/status/u2kejdbc9wrexo31?svg=true)](https://ci.appveyor.com/project/bitcraze/crazyflie-clients-python) [![cfclient](https://snapcraft.io//cfclient/badge.svg)](https://snapcraft.io/cfclient) +# Crazyflie PC client ![CI](https://github.com/bitcraze/crazyflie-clients-python/workflows/CI/badge.svg) [![Build status](https://ci.appveyor.com/api/projects/status/u2kejdbc9wrexo31?svg=true)](https://ci.appveyor.com/project/bitcraze/crazyflie-clients-python) [![cfclient](https://snapcraft.io//cfclient/badge.svg)](https://snapcraft.io/cfclient) The Crazyflie PC client enables flashing and controlling the Crazyflie. diff --git a/setup.py b/setup.py index e49a15e5f8..6e473cd02c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,8 @@ import os import platform -if sys.argv[1] in ('build', 'bdist_msi', 'bdist_mac', 'bdist_dmg', 'install_exe'): +if sys.argv[1] in ('build', 'bdist_msi', 'bdist_mac', 'bdist_dmg', + 'install_exe'): from cx_Freeze import setup, Executable # noqa cxfreeze_options = {