mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Apply review comments
define 3 kinds of requirements (base, dev, test) retrieve version from __init__.py define setuptools minimal version in CI install full (base, dev, test) dependencies
This commit is contained in:
@@ -22,7 +22,7 @@ fi
|
||||
pip install -e .
|
||||
|
||||
if [ "$ENV" != "production" ]; then
|
||||
pip install -e .[dev]
|
||||
pip install -e .[dev,test]
|
||||
fi
|
||||
|
||||
if [ ! -L ".git/hooks/pre-commit" ]; then
|
||||
|
||||
Reference in New Issue
Block a user