mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
Apply bootstrapit.sh
This commit is contained in:
parent
6416df7094
commit
d951483a83
26 changed files with 1260 additions and 80 deletions
21
makefile.config.make
Normal file
21
makefile.config.make
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
PACKAGE_NAME := pycalver
|
||||
DOCKER_REGISTRY_URL := registry.gitlab.com/mbarkhau/pycalver
|
||||
|
||||
# This is the python version that is used for:
|
||||
# - `make fmt`
|
||||
# - `make ipy`
|
||||
# - `make lint`
|
||||
# - `make devtest`
|
||||
DEVELOPMENT_PYTHON_VERSION := python=3.6
|
||||
|
||||
# These must be valid conda package names. A separate
|
||||
# conda environment will be created for each of these.
|
||||
# Some valid options are:
|
||||
# - python=2.7
|
||||
# - python=3.5
|
||||
# - python=3.6
|
||||
# - python=3.7
|
||||
# - pypy2.7
|
||||
# - pypy3.5
|
||||
SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.6 python=3.7
|
||||
Loading…
Add table
Add a link
Reference in a new issue