Skip to content

Commit

Permalink
Adding the generation of wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico J. Fernandez committed Apr 11, 2017
1 parent b9e022e commit e9fd546
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Expand Up @@ -23,4 +23,11 @@ install:

test_script:
- pycodestyle pandana
- pytest
- pytest

after_test:
- python setup.py bdist_wheel

artifacts:
# bdist_wheel puts your built wheel in the dist directory
- path: dist\*

0 comments on commit e9fd546

Please sign in to comment.