File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ build: off
53
53
test_script :
54
54
- " %CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
55
55
- " %CMD_IN_ENV% python -m pip install numpy==%NUMPY_VERSION%"
56
+ - " %CMD_IN_ENV% python -m pip install -v --no-binary=numcodecs numcodecs==0.5.5"
56
57
- " %CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
57
58
- " %CMD_IN_ENV% python setup.py install"
58
59
- " %CMD_IN_ENV% python -m pytest -v --pyargs zarr"
59
-
Original file line number Diff line number Diff line change 45
45
'Programming Language :: Python :: 3.4' ,
46
46
'Programming Language :: Python :: 3.5' ,
47
47
'Programming Language :: Python :: 3.6' ,
48
+ 'Programming Language :: Python :: 3.7' ,
48
49
],
49
50
maintainer = 'Alistair Miles' ,
50
51
maintainer_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments