Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3047 from mboersma/update-flake8
Browse files Browse the repository at this point in the history
chore(client+controller): update flake8 code checker to 2.3.0
  • Loading branch information
mboersma committed Feb 10, 2015
2 parents 4371565 + fca5610 commit f030781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ installer: build

setup-venv:
@if [ ! -d venv ]; then virtualenv venv; fi
venv/bin/pip install -q flake8==2.2.2
venv/bin/pip install -q flake8==2.3.0

test-style: setup-venv
venv/bin/flake8
Expand Down
2 changes: 1 addition & 1 deletion controller/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ coverage>=3.7.1
docutils>=0.12

# Run "make flake8" to check python syntax and style
flake8==2.2.2
flake8==2.3.0

# Used for mocking endpoints
mock==1.0.1

0 comments on commit f030781

Please sign in to comment.