Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 707e458

Browse files
committed
Don't test python3.5 now that we test python3.7
1 parent ed19014 commit 707e458

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ matrix:
77
include:
88
- env: TOXENV=py27
99
- env: TOXENV=py27 LATEST_GIT=1
10-
- env: TOXENV=py35
11-
python: 3.5
1210
- env: TOXENV=py36
1311
python: 3.6
1412
- env: TOXENV=pypy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
'Programming Language :: Python :: 2',
2222
'Programming Language :: Python :: 2.7',
2323
'Programming Language :: Python :: 3',
24-
'Programming Language :: Python :: 3.5',
2524
'Programming Language :: Python :: 3.6',
25+
'Programming Language :: Python :: 3.7',
2626
'Programming Language :: Python :: Implementation :: CPython',
2727
'Programming Language :: Python :: Implementation :: PyPy',
2828
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
project = pre_commit
33
# These should match the travis env list
4-
envlist = py27,py35,py36,py37,pypy
4+
envlist = py27,py36,py37,pypy
55

66
[testenv]
77
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)