From 38677ae0577c4879c084ec47594e8555340516b7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 11 Jun 2017 19:54:17 +0300 Subject: [PATCH] - Remove flake8 test from py? Tox testenv, already present in pre-commit. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b1d2c37..290a664 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [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 -- GitLab