Revert "Drop support for Python 2.6"

This reverts commit 9738673a4c.
This commit is contained in:
Dave Hunt 2015-10-19 09:26:48 +01:00
parent dbca96d71f
commit 89406c155a
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3

View File

@ -25,7 +25,7 @@ Requirements
You will need the following prerequisites in order to use pytest-html:
- Python 2.7, 3.2, 3.3, 3.4, PyPy, or PyPy3
- Python 2.6, 2.7, 3.2, 3.3, 3.4, PyPy, or PyPy3
- py.test 2.7 or newer
Installation

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, py32, py33, py34, pypy, pypy3
envlist = py26, py27, py32, py33, py34, pypy, pypy3
[testenv]
commands = py.test {posargs}