Skip to content

Commit

Permalink
remove python 2.7 from tox & CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
salilmishra23 committed Sep 9, 2022
1 parent 2b038a3 commit 1b6ba4a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ build: false

environment:
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
TOXENV: "py27"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8"
TOXENV: "py38"
Expand Down
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ language: python

matrix:
include:
- name: "Run test suite on Linux with Python 2.7"
os: linux
python: 2.7
env: TOXENV=py27
- name: "Run test suite on Linux with Python 3.8"
os: linux
python: 3.8
Expand All @@ -22,12 +18,6 @@ matrix:
env: TOXENV=pylama
# 10.1 is OS X 10.13.x
# https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
- name: "Run test suite on OS X with Python 2.7"
os: osx
osx_image: xcode10.1
language: generic
python: 2.7
env: TOXENV=py27
- name: "Run test suite on OS X with Python 3.8"
os: osx
osx_image: xcode11
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def get_version():
"Topic :: System :: Software Distribution",
"Topic :: Utilities",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
keywords='mozilla',
author='Mozilla Automation and Testing Team',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py36, pylama
envlist = py37, pylama

[testenv]
usedevelop = true
Expand Down

0 comments on commit 1b6ba4a

Please sign in to comment.