Skip to content

Commit

Permalink
really fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harvimt committed May 9, 2019
1 parent 40abbde commit 9333b1c
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 @@ -21,10 +21,10 @@ environment:
# tox will make an environment based on the environment variables.

install:
- "build.cmd py -3.7 -m pip install wheel tox tox-appveyor"
- "py -m pip install wheel tox tox-appveyor"

test_script:
- "build.cmd py -3.7 -m tox"
- "py -m tox"

notifications:
- provider: Webhook
Expand Down

0 comments on commit 9333b1c

Please sign in to comment.