diff options
| author | Chris McDonough <chrism@plope.com> | 2017-02-17 20:38:40 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2017-02-17 20:38:40 -0500 |
| commit | b2e8884a94d9e869bf29ea55298ad308f16ed420 (patch) | |
| tree | e46bf79d1a8811ad273a40ce194d05836fcc7409 /appveyor.yml | |
| parent | 7bb06f28ee296ecf43ba63279fc4c2439b4571d3 (diff) | |
| parent | 40d71e805bfcf8522c6af71995c05c496f1c4b4f (diff) | |
| download | pyramid-b2e8884a94d9e869bf29ea55298ad308f16ed420.tar.gz pyramid-b2e8884a94d9e869bf29ea55298ad308f16ed420.tar.bz2 pyramid-b2e8884a94d9e869bf29ea55298ad308f16ed420.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1350507b2..abbbfea92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,16 @@ environment: matrix: + - PYTHON: "C:\\Python36" + TOXENV: "py36" - PYTHON: "C:\\Python35" TOXENV: "py35" + - PYTHON: "C:\\Python27" + TOXENV: "py27" + +cache: + - '%LOCALAPPDATA%\pip\Cache' + +version: '{branch}.{build}' install: - "%PYTHON%\\python.exe -m pip install tox" |
