From ebe47ec7407e309f5b39ed6d0560aaac8b0b2853 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 10 Jan 2016 21:05:51 -0600 Subject: [PATCH] Add fixture file without a flake8 section --- .../config_files/no-flake8-section.ini | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/fixtures/config_files/no-flake8-section.ini diff --git a/tests/fixtures/config_files/no-flake8-section.ini b/tests/fixtures/config_files/no-flake8-section.ini new file mode 100644 index 0000000..a85b709 --- /dev/null +++ b/tests/fixtures/config_files/no-flake8-section.ini @@ -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