mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
6 lines
140 B
Python
6 lines
140 B
Python
"""Test configuration for py.test."""
|
|
import sys
|
|
|
|
import flake8
|
|
|
|
flake8.configure_logging(2, 'test-logs-%s.%s.log' % sys.version_info[0:2])
|