Drop support for Python 2.6

This commit is contained in:
Dave Hunt 2015-10-19 09:07:14 +01:00
parent 315bd7b510
commit 9738673a4c
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
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.6, 2.7, 3.2, 3.3, 3.4, PyPy, or PyPy3
- Python 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 = py26, py27, py32, py33, py34, pypy, pypy3
envlist = py27, py32, py33, py34, pypy, pypy3
[testenv]
commands = py.test {posargs}