summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2015-09-21 01:29:46 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2015-09-21 01:29:46 +1000
commit34e23b46b073716e5c6b1e3478de24c107eea946 (patch)
treec571336c23d005b79c97519ffcd770983220080c
parent06b12ca53d9c6992f46b262ba848189c006b27cc (diff)
downloadvirtualenv-34e23b46b073716e5c6b1e3478de24c107eea946.tar.gz
Stop using a tox.ini in tests/
-rw-r--r--tests/tox.ini12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/tox.ini b/tests/tox.ini
deleted file mode 100644
index da59e02..0000000
--- a/tests/tox.ini
+++ /dev/null
@@ -1,12 +0,0 @@
-# Tox (http://codespeak.net/~hpk/tox/) 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 = py25, py26, py27, py31, py32, pypy, jython
-setupdir = ..
-
-[testenv]
-commands = python setup.py test
-changedir = ..