Skip to content

Commit

Permalink
😶 Remove py38 from tox.ini
Browse files Browse the repository at this point in the history
This is for an internal reason, we will add it back in the future.

Travis will still run py3.8 in the meantime.
  • Loading branch information
KevinHock authored Mar 31, 2020
1 parent d94b92f commit f43d4f4
Showing 1 changed file with 1 addition and 1 deletion.
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{35,36,37,38}
envlist = py{35,36,37}
skip_missing_interpreters = true
tox_pip_extensions_ext_venv_update = true

Expand Down

0 comments on commit f43d4f4

Please sign in to comment.