Skip to content

Commit

Permalink
Swap ordering of tox environments to run black and pytype first
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkjt2000 committed Aug 21, 2021
1 parent 5717dae commit 2f838f6
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,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39},coverage,check
check,py{36,37,38,39},coverage

[testenv]
extras =
Expand Down

0 comments on commit 2f838f6

Please sign in to comment.