build wheels
This commit is contained in:
parent
78236905e8
commit
2e2fe2f61c
|
@ -27,3 +27,9 @@ build: false
|
|||
|
||||
test_script:
|
||||
- "%CMD_IN_ENV% py.test -v jellyfish/test.py"
|
||||
|
||||
after_test:
|
||||
- "%CMD_IN_ENV% python setup.py bdist_wheel"
|
||||
|
||||
artifacts:
|
||||
- path: dist\*
|
||||
|
|
Loading…
Reference in New Issue