parent
dbca96d71f
commit
89406c155a
|
@ -1,5 +1,6 @@
|
|||
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.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
|
||||
|
|
Loading…
Reference in New Issue