Skip to content

Commit

Permalink
appveyor: dealing with windows paths
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Apr 19, 2019
1 parent 4a203f9 commit 91a6e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ install:
- "pipenv run pip list"
- "pipenv check"

build:
build_script:
- "pipenv run python setup.py bdist_wheel"
- "pipenv run pip install dist\*.whl"
- "pipenv run pip install devpi-client-extensions --find-links dist"
- "pipenv run python setup.py clean"

test_script:
Expand Down

0 comments on commit 91a6e28

Please sign in to comment.