Skip to content

Commit

Permalink
↪️ Merge pull request #278 from gliptak/travis2
Browse files Browse the repository at this point in the history
Remove Python 2.7 from Travis
  • Loading branch information
KevinHock authored Feb 25, 2020
2 parents e8b9231 + f245084 commit 2b92ed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
matrix:
include:
- env: TOXENV=py27
python: 2.7
- env: TOXENV=py35
python: 3.5
- env: TOXENV=py36
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
project = detect_secrets
# These should match the travis env list
envlist = py{27,35,36,37,38,py,py3}
envlist = py{35,36,37,38,py,py3}
skip_missing_interpreters = true
tox_pip_extensions_ext_venv_update = true

Expand Down

0 comments on commit 2b92ed6

Please sign in to comment.