Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
debug appveyor permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jan 5, 2017
1 parent bbb0dd3 commit 165f8d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ build: off
test_script:
# Run the project tests
- "%CMD_IN_ENV% python runtests.py"

# debug permissions
on_finish:
- cmd: icacls C:\projects\collectfast\static_root
- cmd: icacls C:\projects\collectfast\static_root\*
1 change: 0 additions & 1 deletion collectfast/tests/test_etag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import string
import tempfile
import platform

from mock import patch
from django.contrib.staticfiles.storage import StaticFilesStorage
Expand Down

0 comments on commit 165f8d0

Please sign in to comment.