1
0
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:
Hervé Beraud
2017-11-04 22:01:18 +01:00
parent 77d2fd1eb4
commit dd692320c9
5 changed files with 21 additions and 41 deletions

View File

@@ -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