Skip to content

Commit 6aa67bd

Browse files
committed
added wheel for appveyor
1 parent c8898f7 commit 6aa67bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install:
3434
build: false # Not a C# project, build stuff at the test step instead.
3535

3636
before_test:
37-
- "%PYTHON% -m pip install tox numpy cython"
37+
- "%PYTHON% -m pip install tox numpy cython wheel"
3838

3939
test_script:
4040
- "%PYTHON% -m tox -e %TOXENV%"

0 commit comments

Comments
 (0)