Skip to content
Snippets Groups Projects
Commit 38677ae0 authored by nimrod's avatar nimrod
Browse files

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

parent 5b176e77
No related branches found
No related tags found
No related merge requests found
[tox] [tox]
envlist = py{2,3} envlist = py{2,3}, pre-commit, bandit
[travis] [travis]
python = python =
...@@ -25,7 +25,6 @@ passenv = HOME TERM ...@@ -25,7 +25,6 @@ passenv = HOME TERM
commands = commands =
check-manifest --ignore tox.ini,tests* check-manifest --ignore tox.ini,tests*
python setup.py check --metadata --strict python setup.py check --metadata --strict
flake8 .
python -m doctest template/filters.py template/__init__.py python -m doctest template/filters.py template/__init__.py
bats -t tests bats -t tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment