From 1b3f8033c98d3ef807c8715316983bbb5ccf2047 Mon Sep 17 00:00:00 2001 From: jtpereyda Date: Wed, 8 Aug 2018 00:14:13 -0700 Subject: [PATCH] Use tox 2.4's `extras` feature to avoid duplicate listing extras --- tox.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index 17aa0320..a8a8041b 100644 --- a/tox.ini +++ b/tox.ini @@ -6,15 +6,7 @@ whitelist_externals=sudo platform= windows: win32 unix: linux2|darwin -# This list is duplicated in setup.py extras_require. Make sure to change both! -# This can stop once tox supports installing package extras. -deps = - pytest - pytest-bdd - mock - check-manifest - netifaces - ipaddress +extras = dev install_command = python -m pip install {opts} {packages} commands =