aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dd34465c..050043b3 100644
--- a/setup.py
+++ b/setup.py
@@ -97,9 +97,8 @@ setup(
"ipaddress>=1.0.15, <1.1",
],
'dev': [
- "coveralls>=1.1, <1.2",
+ "tox>=2.3, <3",
"mock>=2.0, <2.1",
- "flake8>=2.5.4, <3",
"pytest>=2.8.7, <2.10",
"pytest-cov>=2.2.1, <2.3",
"pytest-timeout>=1.0.0, <1.1",