Skip to content

Commit 887846f

Browse files
committed
try to get appveyor working for py37
1 parent 703ed6d commit 887846f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build: off
5353
test_script:
5454
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
5555
- "%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"
5657
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
5758
- "%CMD_IN_ENV% python setup.py install"
5859
- "%CMD_IN_ENV% python -m pytest -v --pyargs zarr"
59-

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'Programming Language :: Python :: 3.4',
4646
'Programming Language :: Python :: 3.5',
4747
'Programming Language :: Python :: 3.6',
48+
'Programming Language :: Python :: 3.7',
4849
],
4950
maintainer='Alistair Miles',
5051
maintainer_email='[email protected]',

0 commit comments

Comments
 (0)