Skip to content

Commit 48fa725

Browse files
charlchccharles
authored andcommitted
Drop testing on python 2.7 and 3.5
1 parent 2929621 commit 48fa725

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ job-tmpl: &job-tmpl
132132

133133
version: 2
134134
jobs:
135-
py27:
136-
<<: *job-tmpl
137-
environment:
138-
PYTHON: "python2.7"
139-
140135
py35:
141136
<<: *job-tmpl
142137
environment:
@@ -169,13 +164,9 @@ workflows:
169164
version: 2
170165
pytest-plugins:
171166
jobs:
172-
- py27
173-
- py35
174167
- py36
175168
- py37
176169
- coveralls:
177170
requires:
178-
- py27
179-
- py35
180171
- py36
181172
- py37

0 commit comments

Comments
 (0)