Skip to content

Commit

Permalink
Using pip in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Aug 23, 2017
1 parent f967a0c commit 1d6d1bd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,17 @@ build_script:
# clone repo
- "git clone --depth=1 https://github.com/sirfoga/pyhal.git"
- "cd pyhal"
# run local setup
- "pip3 install ."
- "pip install ."


test_script:
# Run the project tests
# - "%CMD_IN_ENV% python setup.py nosetests"

after_test:
# If tests are successful, create binary packages for the project.
- "%CMD_IN_ENV% python3 setup.py bdist_wheel"
- "%CMD_IN_ENV% python3 setup.py bdist_wininst"
- "%CMD_IN_ENV% python3 setup.py bdist_msi"
- "python setup.py bdist_wheel"
- "python setup.py bdist_wininst"
- "python setup.py bdist_msi"
- ps: "ls dist"

artifacts:
Expand Down

0 comments on commit 1d6d1bd

Please sign in to comment.