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

Pin flake8 and ignore F405 #170

Merged
merged 1 commit into from
Jun 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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