From 81fa4b44c8f4f8bba4bc044f15cd1b1e19be631a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Thu, 13 Sep 2018 15:52:13 +0300 Subject: [PATCH] Remove setup requirements from lint tox env --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e385d1..3588cd1 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,6 @@ commands = [testenv:lint] skip_install = true deps = - -rrequirements/setup.txt -rrequirements/lint.txt commands = flake8 src/drf_yasg testproj tests setup.py