Skip to content

Commit 9a1c2cc

Browse files
chore: Strip py35 support. Sorry, old pal :(
1 parent 0c5d578 commit 9a1c2cc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ jobs:
88
- run: make install
99
- run: make ci-lint
1010

11-
test35:
12-
docker:
13-
- image: playpauseandstop/docker-python:1.2.0-py35
14-
steps:
15-
- checkout
16-
- run: mkdir -p test-results/pytest
17-
- run: make install
18-
- run: PYTEST_ADDOPTS=--junitxml=test-results/pytest/junit.xml TOXENV=py35 make ci-test
19-
- store_test_results:
20-
path: test-results
21-
- store_artifacts:
22-
path: test-results
23-
2411
test36:
2512
docker:
2613
- image: playpauseandstop/docker-python:1.2.0-py36
@@ -63,11 +50,6 @@ workflows:
6350
tags:
6451
only: /.*/
6552

66-
- test35:
67-
requires:
68-
- lint
69-
filters: *all_tags_and_branches
70-
7153
- test36:
7254
requires:
7355
- lint
@@ -80,7 +62,6 @@ workflows:
8062

8163
- deploy:
8264
requires:
83-
- test35
8465
- test36
8566
- test37
8667
filters:

0 commit comments

Comments
 (0)