From eeba15e4ccbcce2afd863ca363995b3cd3bcd4b9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 14 Apr 2013 11:45:38 +0200 Subject: [PATCH] Remove tox.ini Testing across Python 2.6 and 2.7 with tox is no longer working on systems which doesn't ship both Python versions by default. I can install Python 2.6 on a newer Ubuntu system using the deadsnakes PPA, but dependencies installed from APT, like gobject and gstreamer are still only installed for Python 2.7, thus making tox useless. --- tox.ini | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tox.ini diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 48676e46..00000000 --- a/tox.ini +++ /dev/null @@ -1,14 +0,0 @@ -[tox] -envlist = py26,py27,docs - -[testenv] -deps = nose -commands = nosetests [] -sitepackages = True - -[testenv:docs] -basepython = python -changedir = docs -deps = sphinx -commands = - sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html