Skip to content

Commit 3801d95

Browse files
author
thenamesweretakenalready
committed
Remove tests for python versions below 2.7
1 parent da9b89f commit 3801d95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ workflows:
66
jobs:
77
- test-3.8
88
- test-3.6
9-
- test-2.7
109

1110
jobs:
1211
test-3.8: &tests
@@ -36,7 +35,3 @@ jobs:
3635
<<: *tests
3736
docker:
3837
- image: circleci/python:3.6
39-
test-2.7:
40-
<<: *tests
41-
docker:
42-
- image: circleci/python:2.7

0 commit comments

Comments
 (0)