Skip to content

Commit 58ce1cc

Browse files
committed
Narrow official support to Python 3.6 and 2.7
1 parent 9c99c11 commit 58ce1cc

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
5-
- 3.3
6-
- 3.4
7-
- 3.5
4+
- 3.6
85
- pypy
96
- pypy3
107
- nightly
@@ -15,7 +12,7 @@ matrix:
1512
include:
1613
- python: 2.7
1714
env: TOXENV=flake8
18-
- python: 3.5
15+
- python: 3.6
1916
env: TOXENV=flake8
2017
install:
2118
- pip install tox-travis
@@ -30,5 +27,5 @@ deploy:
3027
on:
3128
tags: true
3229
repo: pytest-dev/pytest-base-url
33-
python: 3.5
30+
python: 3.6
3431
condition: "$TOXENV = pytest30"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Requirements
2525

2626
You will need the following prerequisites in order to use pytest-base-url:
2727

28-
- Python 2.6, 2.7, 3.3, 3.4, 3.5, PyPy, or PyPy3
28+
- Python 2.7, 3.6, PyPy, or PyPy3
2929
- py.test 2.7 or newer
3030

3131
Installation

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{26,27,33,34,35,py,py3}-pytest{29,30}, flake8
7+
envlist = py{27,36,py,py3}-pytest{29,30}, flake8
88

99
[testenv]
1010
deps =

0 commit comments

Comments
 (0)