diff options
| author | Michael Merickel <michael@merickel.org> | 2020-05-06 22:50:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 22:50:10 -0500 |
| commit | 768a69354248d66956cfa476617db9e3d36e2740 (patch) | |
| tree | ed645a022f8b859d1a523c8fab2f252a2298407d /appveyor.yml | |
| parent | 2f3e7cd6365f87659aa3787cbecaee38b5a9b1d7 (diff) | |
| parent | 87040469b30f01c3409bd4fdd8e94d3ed24e805d (diff) | |
| download | pyramid-768a69354248d66956cfa476617db9e3d36e2740.tar.gz pyramid-768a69354248d66956cfa476617db9e3d36e2740.tar.bz2 pyramid-768a69354248d66956cfa476617db9e3d36e2740.zip | |
Merge pull request #3513 from Pylons/workflows
Add Github actions for CI
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" |
