<div dir="ltr">I&#39;m trying to wrap Tox around some Django unittests, and I can run all unittests with Tox by calling:<br><br>    django-admin.py test --settings=myapp.tests.settings myapp.tests.Tests<br><br>However, I&#39;d like to run a specific test at myapp.tests.Tests.test_somespecificthing, but I can&#39;t figure out how pass in a custom command-line option and use that to change the command Tox runs.<br></div>