Tox ini added for Python testing on different version Signed-off-by: Imesh Gunaratne <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/e914a4c3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/e914a4c3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/e914a4c3 Branch: refs/heads/stratos-4.1.x Commit: e914a4c3dd156bd389312a59a00049ccb5aa1b34 Parents: ef083b0 Author: Milindu Sanoj Kumarage <[email protected]> Authored: Sat Jul 25 12:32:50 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Oct 13 16:32:45 2015 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.python.cli/src/main/python/tox.ini | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/e914a4c3/components/org.apache.stratos.python.cli/src/main/python/tox.ini ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/tox.ini b/components/org.apache.stratos.python.cli/src/main/python/tox.ini index e69de29..827566e 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/tox.ini +++ b/components/org.apache.stratos.python.cli/src/main/python/tox.ini @@ -0,0 +1,5 @@ +[tox] +envlist = py27, py34 +[testenv] +deps=pytest +commands=py.test \ No newline at end of file
