Skip to content

Commit

Permalink
Combine similar environments lines in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Nov 19, 2020
1 parent 73ee5cc commit 8f7faa5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
minversion = 1.9
envlist =
lint
py{36,37,38,39}-django22-alchemy-mongoengine,
py{36,37,38,39}-django30-alchemy-mongoengine,
py{36,37,38,39}-django31-alchemy-mongoengine,
pypy3-django{22,30,31}-alchemy-mongoengine,
py{36,37,38,39,py3}-django22-alchemy-mongoengine
py{36,37,38,39,py3}-django30-alchemy-mongoengine
py{36,37,38,39,py3}-django31-alchemy-mongoengine
docs
examples
linkcheck
Expand Down

0 comments on commit 8f7faa5

Please sign in to comment.