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
This commit is contained in:
reedip 2016-01-07 15:21:15 +09:00
parent 0216025e03
commit e42cfc813f
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py33,py34
[testenv:venv]
commands = {posargs}