Skip to content

Commit

Permalink
Use ps in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 27, 2019
1 parent f634b9a commit 0f7e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build: off

before_test:
- "pip install tox"
- "if ($env:PYTHON_VERSION = '2.7') {pip install mock}"
- ps: "if ($env:PYTHON_VERSION = '2.7') {pip install mock}"

test_script:
- "tox -e %TOX_ENV%"

0 comments on commit 0f7e6af

Please sign in to comment.