Remove py26 from tox.ini

Barbican no longer supports Python 2.6.x.

Change-Id: I2ec4d0233835d7104bfb3e06abda7cec48e37751
This commit is contained in:
Adam Harwell 2014-12-02 17:08:17 -06:00
parent 0b8743948a
commit 536afca76d

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = pep8,py26,py27,docs envlist = pep8,py27,docs
[testenv] [testenv]
install_command = pip install -U {opts} {packages} install_command = pip install -U {opts} {packages}