Skip to content

Commit

Permalink
Remove py35 as environment
Browse files Browse the repository at this point in the history
Semaphore doesn't have this version available, so the tests are always
being skipped.
  • Loading branch information
gregjones committed May 27, 2020
1 parent b83ad28 commit d56f41a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Copyright 2017-2019 The FIAAS Authors
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -40,7 +40,7 @@ blocks:
- tox
matrix:
- env_var: TOXENV
values: ["py27", "py35", "py36", "py37"]
values: ["py27", "py36", "py37"]
- name: Gather coverage data
commands:
- tox -e coverage
Expand Down

0 comments on commit d56f41a

Please sign in to comment.