1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
51f8eb17f0 Update to latest best practice for ignore-revs and hooks 2022-09-06 12:49:37 -07:00
bbcdbde679 replace virtualenv with venv 2021-10-21 11:52:49 -07:00
ea5df74c3b If VENV_PYTHON is not specified default to python3 2020-06-12 07:52:44 -07:00
a516f2ca7c Refactor shell script syntax and consistency
- Add a missing space for styling
- Replace legacy "\`...\`" with `$(...)`
- Quote variable to prevent word splitting
- Use builtin `command -v` instead of non-standard `which`
- Add two missing `>&2` redirection for error/warning message
2019-04-13 22:04:04 +08:00
4f577bbcab Include a >=10.0.1 for pip -U pip 2018-04-20 12:45:53 -07:00
f86c06d304 Revert the setup.cfg infra and go back to requirements.txt
I've continually run into problems with the setup.cfg route that I'm not
interested in investing the time to debug and fix. Looking around it doesn't
seem to be very common yet so I've had a hard time finding help/docs etc.
2018-04-20 12:35:58 -07:00
dd692320c9 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
2017-11-04 22:41:00 +01:00
77d2fd1eb4 improve setuptools capabilities 2017-11-03 22:31:38 +01:00
7957a4c018 Initial import of OSS OctoDNS 2017-03-15 15:38:10 -07:00