Skip to content

Commit

Permalink
Remove py2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Apr 22, 2021
1 parent 1f0086d commit 5eed8a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: python

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

install:
- pip install -r test-requirements.txt
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
envlist = py35, py36, py37, py38, py39

[testenv]
deps =
Expand All @@ -17,7 +17,7 @@ deps = flake8

[travis]
python =
3.6: py36, flake8
3.8: py38, flake8

[flake8]
exclude =
Expand Down

0 comments on commit 5eed8a0

Please sign in to comment.