Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit e99cb475 authored by miigotu's avatar miigotu
Browse files

Cache site-packages in appveyor, redirect stderr to nul on del *.db in tox.ini

parent baf2342f
Branches
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ environment: ...@@ -15,6 +15,7 @@ environment:
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
cache: cache:
- c:\python27\lib\site-packages
- "%APPDATA%\\npm" - "%APPDATA%\\npm"
- node_modules - node_modules
- bower_components - bower_components
......
...@@ -32,5 +32,5 @@ deps = ...@@ -32,5 +32,5 @@ deps =
vcrpy-unittest vcrpy-unittest
pytz pytz
commands = commands =
cmd /c del /f /q {toxinidir}\tests\sickbeard.db {toxinidir}\tests\cache.db {toxinidir}\tests\failed.db cmd /c del /f /q {toxinidir}\tests\sickbeard.db {toxinidir}\tests\cache.db {toxinidir}\tests\failed.db 2> nul
nosetests -c nose.cfg --nocapture nosetests -c nose.cfg --nocapture
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment