Skip to content

Commit

Permalink
💚 Remove CI testing on Python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Mar 5, 2020
1 parent 81ff8c7 commit 5bbbd99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: 0.1.0.{build}

environment:
matrix:
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ os:
# - osx

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
Expand Down

0 comments on commit 5bbbd99

Please sign in to comment.