From e42cfc813ff9295f8757e58e2bff3f92bc5dffdf Mon Sep 17 00:00:00 2001 From: reedip Date: Thu, 7 Jan 2016 15:21:15 +0900 Subject: Remove tox.ini as it is currently not used As discussed in [1], tox.ini is not currently being used effectively. Therefore, it is currently being removed from the repo. If it is required in the future, work on [1] can be continued. [1]:https://review.openstack.org/#/c/264478/ Change-Id: I420087d4d4b99e9cb86be1a1cd6867a9fc866249 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tox.ini diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 9e60b20..0000000 --- a/tox.ini +++ /dev/null @@ -1,8 +0,0 @@ -[tox] -minversion = 1.6 -skipsdist = True -envlist = py27,py33,py34 - -[testenv:venv] -commands = {posargs} - -- cgit v1.2.1