Skip to content

Commit 32f2745

Browse files
author
Andrey
committed
Drop support for Python 3.3
1 parent 1405996 commit 32f2745

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ matrix:
88
- python: 2.7
99
env: TOXENV=py27-flake8_26,py27-flake8_3
1010

11-
- python: 3.3
12-
env: TOXENV=py33-flake8_26,py33-flake8_3
13-
1411
- python: 3.4
1512
env: TOXENV=py34-flake8_26,py34-flake8_3
1613

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tox]
2-
envlist = py{27,33,34,35}-flake8_{26,3}
2+
envlist = py{27,34,35}-flake8_{26,3}
33

44
[testenv]
55
setenv =
66
py27: COVERAGE_MAJOR = 2
77
py27: COVERAGE_MAJORMINOR = 27
8-
py{33,34,35}: COVERAGE_MAJOR = 3
9-
py33: COVERAGE_MAJORMINOR = 33
8+
py{34,35}: COVERAGE_MAJOR = 3
109
py34: COVERAGE_MAJORMINOR = 34
1110
py35: COVERAGE_MAJORMINOR = 35
1211
TOX_ENVNAME = {envname}

0 commit comments

Comments
 (0)