coddingtonbear / django-mailbox

Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
MIT License
356 stars 164 forks source link

Add tests docs to CI and fix docs warning #238

Closed ad-m closed 3 years ago

ad-m commented 3 years ago

@modernNeo, could you take a look?

modernNeo commented 3 years ago

@ad-m not sure I can be of much help. I am still very much a beginner with things like travisCI and tox :sweat_smile:

ad-m commented 3 years ago

Hmm.. Build started, but no GitHub checks :-/ https://travis-ci.org/github/coddingtonbear/django-mailbox/builds/735556509

coddingtonbear commented 3 years ago

Looking at the build, it looks like it's for some reason not able to build docs when running; are we sure that's the correct command to execute?

ad-m commented 3 years ago

Please notice"make docs clean"? It is removed tight after finishing

coddingtonbear commented 3 years ago

All fixed: https://travis-ci.org/github/coddingtonbear/django-mailbox/builds/748031568