Remove py26 from tox environments

* py26 is no longer supported in Ubuntu distro

Change-Id: Ic2ecb0ac54530bf0523834e4f6c0f2508cc5b2d5
This commit is contained in:
Vipul Sabhaya 2014-11-17 12:05:15 -08:00
parent db30554cc9
commit 04e9243207
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Supported
RabbitMQ RabbitMQ
Getting Started Getting Started
=============== ===============
1. Run 'tox' - this will create a virtual environment in .tox 1. Run 'tox' - this will create a virtual environment in .tox

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
skipsdist = True skipsdist = True
envlist = py26,py27,pep8 envlist = py27,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True