From f129027ad8ddfb6038c97bae8a6a194459e922bb Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Sat, 19 Nov 2016 13:06:41 +0530 Subject: Use python2.7 for building. Fix bustages Change-Id: I20a54041c74dfe1954dd936cf2dbdb848c356064 --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8105c80..55f1663 100644 --- a/tox.ini +++ b/tox.ini @@ -3,12 +3,8 @@ # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. -[tox] -envlist = py26,py27 -skip_missing_interpreters = true - [testenv] deps = -r{toxinidir}/requirements.txt [testenv:jjb] -commands = jenkins-jobs test {toxinidir}/jenkins/jobs +commands = jenkins-jobs test {toxinidir}/build-gluster-org/jobs -- cgit