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

Add tests docs to CI and fix docs warning

This commit is contained in:
Adam Dobrawy 2020-10-14 00:26:57 +02:00
parent 225da2155f
commit 62db0c55c2
6 changed files with 20 additions and 10 deletions

View file

@ -3,6 +3,8 @@ os: linux
language: python
jobs:
- env: TOX_ENV=docs
python: 3.8
# sort by django version, next to by python version
# Django 1.11 support all supported Python interpreter
- env: TOX_ENV=django111-py35