From 465cf1ef45da51e44143a8812744825c74cc8b1a Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 30 Oct 2015 23:04:45 +0000 Subject: [PATCH] ./tests/run-tests.sh is better than tox --- tox.ini | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tox.ini diff --git a/tox.ini b/tox.ini deleted file mode 100644 index f5b0c23..0000000 --- a/tox.ini +++ /dev/null @@ -1,13 +0,0 @@ -# Tox (http://tox.testrun.org/) is a tool for running tests -# in multiple virtualenvs. This configuration file will run the -# test suite on all supported python versions. To use it, "pip install tox" -# and then run "tox" from this directory. - -[tox] -envlist = py27, py34 - -[testenv] -commands = py.test warcprox -deps = - pytest - requests