1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Run integration tests just once per test run.

This commit is contained in:
Adam Coddington 2020-12-06 17:47:43 -08:00
parent 68d3fae446
commit 78612f34a1
2 changed files with 9 additions and 1 deletions

View file

@ -36,7 +36,7 @@ jobs:
python: 3.6
- env: TOX_ENV=django30-py37
python: 3.7
- env: TOX_ENV=django30-py38
- env: TOX_ENV=django30-py38 INTEGRATION=1
python: 3.8
install: