Narrow official support to Python 3.6 and 2.7

This commit is contained in:
Dave Hunt 2017-02-23 18:55:53 +00:00
parent b039d347c2
commit 0ac9166703
No known key found for this signature in database
GPG Key ID: 4000D32ABB02F959
3 changed files with 6 additions and 24 deletions

View File

@ -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"

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.3, 3.4, 3.5, PyPy, or PyPy3
- Python 2.7, 3.6, PyPy, or PyPy3
- pytest 2.7 or newer
Installation

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py{26,27,33,34,35,py,py3}-pytest{29,30}, flake8
envlist = py{27,36,py,py3}-pytest{29,30}, flake8
[testenv]
commands = py.test -v -r a {posargs}