Skip to content

Commit

Permalink
Issue #58: Remove unnecessary printout of directory contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed Mar 18, 2019
1 parent 608040b commit 37e0d2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ after_test:
if ($LastExitCode -ne 0) {throw $LastExitCode}
echo "Finished installing python wheel."
echo "Running python tests."
dir c:\python35\lib\site-packages
&"${Env:MB_PYTHON}/python.exe" -m pip install pytest
if ($LastExitCode -ne 0) {throw $LastExitCode}
# Uncomment this when you actually have tests.
Expand Down

0 comments on commit 37e0d2a

Please sign in to comment.