Skip to content

Commit 22e7472

Browse files
committed
Update minimum pyzstd, add zenodo and pre-release environments
1 parent 55309c0 commit 22e7472

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

tox.ini

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ deps =
3232
min: pillow ==8.1
3333
min: h5py ==3.0
3434
min: indexed_gzip ==1.4
35-
min: pyzstd ==0.13
35+
min: pyzstd ==0.14.3
3636
full,pre: scipy >=1.6
3737
full,pre: matplotlib >=3.4
3838
full,pre: pillow >=8.1
3939
full,pre: h5py >=3.0
4040
full,pre: indexed_gzip >=1.4
41-
full,pre: pyzstd >=0.13
41+
full,pre: pyzstd >=0.14.3
4242
min: pydicom ==2.1
4343
full: pydicom >=2.1
4444
pre: pydicom @ git+https://github.com/pydicom/pydicom.git@master
@@ -130,3 +130,15 @@ deps =
130130
skip_install = true
131131
commands =
132132
python -m twine upload dist/*
133+
134+
[testenv:zenodo]
135+
deps = gitpython
136+
skip_install = true
137+
commands =
138+
python tools/prep_zenodo.py
139+
140+
[testenv:pre-release]
141+
depends =
142+
zenodo
143+
style-fix
144+
build

0 commit comments

Comments
 (0)