diff options
author | Jon Bernard <jbernard@jbernard.io> | 2018-09-07 13:14:49 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2018-09-07 13:14:49 -0400 |
commit | 75b51d82fe148637c20c9464d2a66ad10a989514 (patch) | |
tree | a37737a60814579d99760cb6ecd8aba07c5c0e47 /.gitmodules | |
parent | 802de30bf4eabd3f394c02d19e61814a0c718d28 (diff) | |
download | dotfiles-75b51d82fe148637c20c9464d2a66ad10a989514.tar.gz dotfiles-75b51d82fe148637c20c9464d2a66ad10a989514.tar.bz2 dotfiles-75b51d82fe148637c20c9464d2a66ad10a989514.zip |
Move vendor directory to avoid pytest recursion
This simplifies the test configuration a bit and gets the vendor
directory out of the way.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index e46481c..3f3dc1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "vendor/click"] - path = vendor/click +[submodule "click"] + path = .vendor/click url = https://github.com/pallets/click -[submodule "vendor/py"] - path = vendor/py +[submodule "py"] + path = .vendor/py url = https://github.com/pytest-dev/py |