Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
drop python2 support
Browse files Browse the repository at this point in the history
 - remove python2 from the .travis.yaml file
 - remove python2 from the tox.ini file

Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
  • Loading branch information
Priyankasaggu11929 committed May 14, 2021
1 parent b4d3aad commit 070ead3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,8 @@ jobs:
script: ./hack/verify-boilerplate.sh
python: 3.7
- stage: test
python: 2.7
env: TOXENV=py27
- python: 2.7
env: TOXENV=py27-functional
- python: 2.7
env: TOXENV=update-pycodestyle
- python: 3.7
python: 3.7
env: TOXENV=docs
- python: 2.7
env: TOXENV=coverage,codecov
- python: 3.5
env: TOXENV=py35
- python: 3.5
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
skipsdist = True
envlist =
py27, py3{5,6,7,8,9}
py27-functional, py3{5,6,7,8,9}-functional
py3{5,6,7,8,9}
py3{5,6,7,8,9}-functional

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
Expand Down

0 comments on commit 070ead3

Please sign in to comment.