diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2020-05-04 00:49:15 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2020-05-06 20:47:11 -0700 |
| commit | c811e3d0e474c52131879c6e93bcb62f0f62ce84 (patch) | |
| tree | 473ef9de4be02310ca2275a0effc18ee795d9648 /appveyor.yml | |
| parent | 38edc98fb97b5f89745a9626e01023953c4973ef (diff) | |
| download | pyramid-c811e3d0e474c52131879c6e93bcb62f0f62ce84.tar.gz pyramid-c811e3d0e474c52131879c6e93bcb62f0f62ce84.tar.bz2 pyramid-c811e3d0e474c52131879c6e93bcb62f0f62ce84.zip | |
Remove Travis and AppVeyor
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" |
