Narrow official support to Python 3.6 and 2.7
This commit is contained in:
parent
b039d347c2
commit
0ac9166703
26
.travis.yml
26
.travis.yml
|
@ -5,12 +5,6 @@ matrix:
|
|||
- npm install grunt-cli grunt grunt-contrib-qunit
|
||||
script:
|
||||
- grunt test
|
||||
- language: python
|
||||
python: 2.6
|
||||
env: TOXENV=pytest29
|
||||
- language: python
|
||||
python: 2.6
|
||||
env: TOXENV=pytest30
|
||||
- language: python
|
||||
python: 2.7
|
||||
env: TOXENV=flake8
|
||||
|
@ -21,25 +15,13 @@ matrix:
|
|||
python: 2.7
|
||||
env: TOXENV=pytest30
|
||||
- language: python
|
||||
python: 3.3
|
||||
env: TOXENV=pytest29
|
||||
- language: python
|
||||
python: 3.3
|
||||
env: TOXENV=pytest30
|
||||
- language: python
|
||||
python: 3.4
|
||||
env: TOXENV=pytest29
|
||||
- language: python
|
||||
python: 3.4
|
||||
env: TOXENV=pytest30
|
||||
- language: python
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
env: TOXENV=flake8
|
||||
- language: python
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
env: TOXENV=pytest29
|
||||
- language: python
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
env: TOXENV=pytest30
|
||||
- language: python
|
||||
python: pypy
|
||||
|
@ -72,5 +54,5 @@ deploy:
|
|||
on:
|
||||
tags: true
|
||||
repo: pytest-dev/pytest-html
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
condition: "$TOXENV = pytest30"
|
||||
|
|
|
@ -25,7 +25,7 @@ Requirements
|
|||
|
||||
You will need the following prerequisites in order to use pytest-html:
|
||||
|
||||
- Python 2.6, 2.7, 3.3, 3.4, 3.5, PyPy, or PyPy3
|
||||
- Python 2.7, 3.6, PyPy, or PyPy3
|
||||
- pytest 2.7 or newer
|
||||
|
||||
Installation
|
||||
|
|
Loading…
Reference in New Issue