mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Add fixture file without a flake8 section
This commit is contained in:
parent
18bfa1f8a2
commit
ebe47ec740
1 changed files with 20 additions and 0 deletions
20
tests/fixtures/config_files/no-flake8-section.ini
vendored
Normal file
20
tests/fixtures/config_files/no-flake8-section.ini
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[tox]
|
||||
minversion=2.3.1
|
||||
envlist = py26,py27,py32,py33,py34,py35,flake8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
mock
|
||||
pytest
|
||||
commands =
|
||||
py.test {posargs}
|
||||
|
||||
[testenv:flake8]
|
||||
skipsdist = true
|
||||
skip_install = true
|
||||
use_develop = false
|
||||
deps =
|
||||
flake8
|
||||
flake8-docstrings
|
||||
commands =
|
||||
flake8
|
||||
Loading…
Add table
Add a link
Reference in a new issue