diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 11:55:08 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 11:55:08 -0500 |
commit | 9292ef2a347bfca441bde90d145bf6774c1ba08b (patch) | |
tree | 392f621dffd49845ec1d9d90cd200f9213824de7 /.travis.yml | |
parent | b2fc082ae666b8f11b39f40409c9ef2e020e9c9f (diff) |
Let's go with 'all' for the catchall endpoint, it is popular
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 079baba9..c16632b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ install: fi # Self-install for setup.py-driven deps (plus additional # safe-enough-for-all-matrix-cells optional deps) + # TODO: additional matrices or test steps to test all the entrypoints - pip install -e ".[ed25519,invoke]" # Dev (doc/test running) requirements # TODO: use poetry + whatever contexty-type stuff it has, should be more than |