Index: bootstrap/virtualenv/tox.ini |
diff --git a/bootstrap/virtualenv/tox.ini b/bootstrap/virtualenv/tox.ini |
deleted file mode 100644 |
index d2661ea2ab88b4c53b2b0f6260cb0c84d7958e82..0000000000000000000000000000000000000000 |
--- a/bootstrap/virtualenv/tox.ini |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-[tox] |
-envlist = |
- py26,py27,py32,py33,py34,pypy,pypy3,docs |
- |
-[testenv] |
-deps = |
- mock |
- pytest |
-commands = |
- py.test [] |
- python virtualenv.py {envtmpdir}/test-venv-01 |
- |
-[testenv:docs] |
-deps = sphinx |
-basepython = python2.7 |
-commands = |
- sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html |