Skip to content

Commit

Permalink
[#34] try dropping 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
  • Loading branch information
bryant-finney committed Nov 20, 2021
1 parent 410d2d6 commit f9bd570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# this works like a loop; think `pytest.mark.parametrize`
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37, py38
envlist = py35, py36, py37, py38, py39
skip_missing_interpreters=true

[testenv]
Expand All @@ -15,4 +15,4 @@ commands =
; only run codecov on python 3.7
[testenv:py37]
commands =
pytest --cov=pipenv_setup --mypy {posargs}
pytest --cov=pipenv_setup --mypy {posargs}

0 comments on commit f9bd570

Please sign in to comment.