Add fixture file without a flake8 section

This commit is contained in:
Ian Cordasco 2016-01-10 21:05:51 -06:00
parent 18bfa1f8a2
commit ebe47ec740

View 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