Skip to content
Snippets Groups Projects
Commit bc40ff68 authored by Laurens Van Houtven's avatar Laurens Van Houtven
Browse files

testenv: it's not just for pep8 anymore!

parent b5b67b86
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = py26,py27,pypy,py32,py33,docs,pep8
envlist = py26,py27,pypy,py32,py33,docs,meta
[testenv]
deps =
......@@ -19,9 +19,11 @@ commands =
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html
[testenv:pep8]
deps = flake8
commands = flake8 .
[testenv:meta]
deps =
flake8
commands =
flake8 .
[flake8]
select = E,W,F
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment