Drop support for Python 2.6
This commit is contained in:
parent
315bd7b510
commit
9738673a4c
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue