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.
This commit is contained in:
Stein Magnus Jodal 2013-04-14 11:45:38 +02:00
parent 526bc83712
commit eeba15e4cc

14
tox.ini
View File

@ -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