Skip to content

Commit

Permalink
Use tox 2.4's extras feature to avoid duplicate listing extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpereyda committed Aug 8, 2018
1 parent 1756cc8 commit 1b3f803
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 1b3f803

Please sign in to comment.