mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 05:00:53 +00:00
add flake8 to travis-ci
This commit is contained in:
@@ -22,6 +22,10 @@ install:
|
|||||||
# - sudo apt-get update -qq && sudo apt-get install -y dart
|
# - sudo apt-get update -qq && sudo apt-get install -y dart
|
||||||
# - export PATH=$PATH:/usr/lib/dart/bin:$HOME/.pub-cache/bin
|
# - export PATH=$PATH:/usr/lib/dart/bin:$HOME/.pub-cache/bin
|
||||||
# - git clone https://github.com/KhronosGroup/glTF-Validator && pushd glTF-Validator && pub get && pub global activate --source path ./ && popd
|
# - git clone https://github.com/KhronosGroup/glTF-Validator && pushd glTF-Validator && pub get && pub global activate --source path ./ && popd
|
||||||
|
- pip install flake8
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- flake8 . --max-line-length=120 --statistics
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
|
|||||||
Reference in New Issue
Block a user