doctr
doctr copied to clipboard
Check root
If we are in a git repo but not at the root of it, print error and allow
user to --force doctr to run anyway.
If not in a git repo at all, raise a RuntimeError
Should address #162
The tests are failing from that race condition again.
How about checking current working directory is TRAVIS_BUILD_DIR?
This is for doctr configure, which is run on the local compute, not Travis.
@asmeurer I thought this was for #274. I think checking current working directory is TRAVIS_BUILD_DIR may address that issue.