summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-01-07 15:21:15 +0900
committerreedip <reedip.banerjee@nectechnologies.in>2016-02-16 10:31:35 +0900
commite42cfc813ff9295f8757e58e2bff3f92bc5dffdf (patch)
tree68bba4a484dea112cd6f24db7aaa586d13027951
parent0216025e039f3d9a64f897102aaa848129077246 (diff)
downloadxstatic-jasmine-e42cfc813ff9295f8757e58e2bff3f92bc5dffdf.tar.gz
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
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
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}
-