Skip to content

Commit

Permalink
placate flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wemoloh committed Apr 17, 2017
1 parent c90632e commit 1f8ae95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from setuptools import setup

# Extract version string from module without importing it
__version__ = 'unknown'
with open('eider.py') as fin:
for line in fin:
if line.startswith('__version__ = '):
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =
msgpack-python

[testenv:flake8]
commands = {envpython} -m flake8 eider.py tests
commands = {envpython} -m flake8
deps = flake8

[flake8]
Expand Down

0 comments on commit 1f8ae95

Please sign in to comment.