Skip to content

Commit

Permalink
tox: remove invalid doc env
Browse files Browse the repository at this point in the history
Related-to: python-poetry#4142
  • Loading branch information
Mariatta authored and edvardm committed Nov 24, 2021
1 parent e351f68 commit bbfd1b7
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]
minversion = 3.3.0
isolated_build = True
envlist = py36, py37, py38, py39, doc
envlist = py36, py37, py38, py39

[testenv]
whitelist_externals = poetry
Expand Down

0 comments on commit bbfd1b7

Please sign in to comment.