Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Remove python 2.7 circle test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Nov 6, 2019
1 parent 851c019 commit cb8f3bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ test_settings: &test_settings
version: 2
jobs:

py27:
<<: *test_settings
docker:
- image: python:2.7-jessie

py35:
<<: *test_settings
docker:
Expand Down Expand Up @@ -162,7 +157,6 @@ workflows:
version: 2
build:
jobs:
- py27
- py35
- py36
- docs
Expand Down

0 comments on commit cb8f3bd

Please sign in to comment.