Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Remove unnecessary commas from tox.ini #178

Merged
merged 1 commit into from Sep 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]
isolated_build = True
envlist =
py{35,36,37,38,39},
py{35,36,37,38,39}
py38-codestyle

[gh-actions]
Expand Down