diff options
| author | Éric Araujo <merwok@netwok.org> | 2020-05-07 14:29:20 -0400 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2020-05-07 14:29:20 -0400 |
| commit | e1be97b3261661af865a0157f755fdc728b9f1f7 (patch) | |
| tree | 6094838c31cf413554a02ea8f56d36c8f6f82f24 /appveyor.yml | |
| parent | ce6685e1b4a6c240ce9382464b1e0055a33d2b4a (diff) | |
| parent | 1722cbb7bf40ce9d3793faf38f63e9f00d577613 (diff) | |
| download | pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.gz pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.bz2 pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.zip | |
merge master
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index ba07274f8..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,23 +0,0 @@ -environment: - matrix: - - PYTHON: "C:\\Python35" - TOXENV: "py35" - - PYTHON: "C:\\Python36" - TOXENV: "py36" - - PYTHON: "C:\\Python37" - TOXENV: "py37" - - PYTHON: "C:\\Python38" - TOXENV: "py38" - -cache: - - '%LOCALAPPDATA%\pip\Cache' - -version: '{branch}.{build}' - -install: - - "%PYTHON%\\python.exe -m pip install tox" - -build: off - -test_script: - - "%PYTHON%\\Scripts\\tox.exe" |
