Update tox.ini and fix py34 issue

This commit updates tox.ini to support py27 and py34 versions
which are gate tested and also fixes the issue of
'db type could not determined' thrown while running tox.

Change-Id: I77cb87c6f7ba6eaa609e40e83eb9bdab3b8b0283
This commit is contained in:
Anusha Ramineni 2015-09-18 15:38:43 +05:30
parent 0874721122
commit f3e9d77cbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py34,py27,pep8
skipsdist = True
[testenv]