diff options
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index e10dbc580..5691130eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ environment: - PYTHON: "C:\\Python27" TOXENV: "py27" +cache: + - '%LOCALAPPDATA%\pip\Cache' + install: - "%PYTHON%\\python.exe -m pip install tox" |
