How do I get Circle to run Python doctests (it currently can't infer my test settings)

Everything seems to be installing properly for my Python project, but the only tests I have are docstring tests, and Circle can’t “infer my test settings.” travis-ci.com runs my doctests without my having to set up anything, so I assume I should be able to do the same with circleci.