aboutsummaryrefslogtreecommitdiff
path: root/stasis.ini
blob: 4b0d1db276548fce963808d7990de971c50df52a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
; (bool) Keep going even if a test fails
continue_on_error = false

; (bool) Update all packages in the base to the latest release
always_update_base_environment = false

; (bool) Remove conda installation during initialization
; true = reinstall conda
; false = do not reinstall conda
conda_fresh_start = true

; (string) Install conda in a custom prefix
; DEFAULT: Conda will be installed under stasis/tools/conda
; NOTE: conda_fresh_start will automatically be set to "false"
;conda_install_prefix = /path/to/conda

; (list) Conda packages to be installed/overridden in the base environment
conda_packages =
    conda-build>=3.22.0
    boa
    conda-libmamba-solver

; (list) Python packages to be installed/overridden in the base environment
;pip_packages =

; (string) Python wheel builder [Linux only]
; DEFAULT: system
; OPTIONS:
; system = Build using local system toolchain
; cibuildwheel = Build using cibuildwheel and docker
; manylinux = Build using manylinux and docker
wheel_builder = manylinux

; (string) Manylinux image [Linux only]
; When wheel_builder is set to "manylinux", use the following image
wheel_builder_manylinux_image = quay.io/pypa/manylinux2014

[jfrog_cli_download]
url = https://releases.jfrog.io/artifactory
product = jfrog-cli
version_series = v2-jf
version = [RELEASE]
filename = jf

[deploy:artifactory]