From af63554106df9559073ec7a7f36b47593556c2bd Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 11 Nov 2018 11:49:02 -0800 Subject: [PATCH] Simplify tox.ini Tox installs the package to the virtualenv by default. PySocks is already included in test_requirements. Don't need to install these explicitly. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47b68ba5..1ce5f54c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,5 +4,4 @@ envlist = py27,py34,py35,py36 [testenv] commands = - pip install -e .[socks] python setup.py test