From b4a7a7fa5f4c1e4daaa49d78e4811809a0ab1be5 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 6 Jan 2014 17:22:36 -0800 Subject: [PATCH] remove warcprox from deps, because it downloads and installs from pypi instead of using local checkout --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1d8f4f4..8bdedc6 100644 --- a/tox.ini +++ b/tox.ini @@ -10,5 +10,4 @@ envlist = py27, py32, py33 commands = py.test deps = pytest - warcprox requests