Skip to content

Commit

Permalink
Fixed flake8 and other warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Oct 25, 2016
1 parent 48a3dfb commit 36ef5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions envdir/test_envdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ def tmpenvdir(tmpdir):

def kill(pid, sig):
"""
kill function for Win32
taken from https://docs.python.org/3/faq/windows.html#how-do-i-emulate-os-kill-in-windows
kill function for Win32 taken from goo.gl/5FHcKr
"""
kernel32 = ctypes.windll.kernel32
handle = kernel32.OpenProcess(1, 0, pid)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ universal = 1
[flake8]
exclude = .tox,*.egg

[pytest]
[tool:pytest]
flakes-ignore = UnusedImport
addopts = --strict --quiet --tb=short

0 comments on commit 36ef5d8

Please sign in to comment.