Skip to content

Commit

Permalink
Fix appveyor (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Jun 21, 2021
1 parent 04da904 commit 84b2bb8
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 @@ -54,7 +54,7 @@ install:
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
test_script:
- %PYTHON_HOME%\Scripts\tox
- "%PYTHON_HOME%\Scripts\tox"
on_failure:
- ps: dir "env:"
- ps: get-content .tox\*\log\*
Expand Down

0 comments on commit 84b2bb8

Please sign in to comment.