Commit 38677ae0 authored by nimrod's avatar nimrod
Browse files

- Remove flake8 test from py? Tox testenv, already present in pre-commit.

parent 5b176e77
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
[tox]
envlist = py{2,3}
envlist = py{2,3}, pre-commit, bandit

[travis]
python =
@@ -25,7 +25,6 @@ passenv = HOME TERM
commands =
    check-manifest --ignore tox.ini,tests*
    python setup.py check --metadata --strict
    flake8 .
    python -m doctest template/filters.py template/__init__.py
    bats -t tests