simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Appveyor build fails due to flake8 known bug #306

Closed kitchoi closed 7 years ago

kitchoi commented 8 years ago

Example failed build: https://ci.appveyor.com/project/itziakos/simphony-common/build/1.0.478 Known issue on appveyor for flake8 3.0.0 and 3.0.1: https://gitlab.com/pycqa/flake8/issues/179 and https://gitlab.com/pycqa/flake8/issues/184

kitchoi commented 8 years ago

For reference, apparently calling cmd ".\appveyor-install.cmd" in appveyor.yml removes ! inside ".\appveyor-install.cmd" https://github.com/simphony/simphony-common/compare/appveyor-flake8-no-3.0.x

stefanoborini commented 7 years ago

We are now using flake < 3. Closing