Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #170 from ibuildthecloud/pin-flake8
Browse files Browse the repository at this point in the history
Pin flake8 and ignore F405
  • Loading branch information
ibuildthecloud authored Jun 18, 2016
2 parents c948fc3 + 15f40cd commit 15a9d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cattle==0.5.1

flake8
flake8==2.6.0
pytest==2.3.5
3 changes: 3 additions & 0 deletions tests/integration/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ commands=flake8 cattletest
url=http://localhost:8080/v1/schemas
# access-key=FC77A71698410CDFEFD2
# secret-key=8uzZ2dJFeFodK1QWFWS2XwQh8RsRfquwaxsH9DRW

[flake8]
ignore = F405

0 comments on commit 15a9d9c

Please sign in to comment.