Skip to content

Commit

Permalink
bitcraze#461: Fix flake8 and add CI badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Dec 21, 2020
1 parent 1978f21 commit 5514635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5514635

Please sign in to comment.