summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-04-09 09:03:32 +0100
committerGitHub <noreply@github.com>2021-04-09 09:03:32 +0100
commita9c8e723751d81655cf1baa051ae44d4f4b49010 (patch)
treeb07d8bdc7c521018665195c7caa676d2a8b8759a /tox.ini
parent1a50180682fc861d9c6cad0f73adf77e42523387 (diff)
downloadtox-git-a9c8e723751d81655cf1baa051ae44d4f4b49010.tar.gz
Port pip requirements.txt parser (#2009)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/tox.ini b/tox.ini
index b8a77ec7..9ff9f574 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
[tox]
envlist =
- flake8
fix
py39
py38
@@ -35,19 +34,6 @@ commands =
package = wheel
wheel_build_env = .pkg
-[testenv:flake8]
-description = run style checker on the code
-skip_install = true
-deps =
- flake8==3.9
- flake8-bugbear==21.3.2
- flake8-comprehensions==3.4
- flake8-pytest-style==1.4
- flake8-spellcheck==0.24
- flake8-unused-arguments==0.0.6
-commands =
- flake8 src tests docs
-
[testenv:fix]
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
passenv =