summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6505c2b..5691130 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,12 @@
environment:
matrix:
- - PYTHON: "C:\\Python27"
- TOXENV: "py27"
- PYTHON: "C:\\Python35"
TOXENV: "py35"
+ - PYTHON: "C:\\Python27"
+ TOXENV: "py27"
+
+cache:
+ - '%LOCALAPPDATA%\pip\Cache'
install:
- "%PYTHON%\\python.exe -m pip install tox"