Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run management command in tox. #574

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 18, 2019

  1. Run management command in tox.

    Run the `celery` management command, to detect breakage there.
    
    This should be more exaustive (though I'm not sure which commands will work with the celery config here?), it should be enough to check if the management command fails.
    
    NOTE:  I can't run tox here to see if this works.
    stuaxo authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    9a9a396 View commit details
    Browse the repository at this point in the history
  2. Update tox.ini

    Update path to manage.py
    stuaxo authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a41f79d View commit details
    Browse the repository at this point in the history