diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-02-20 12:56:11 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-20 15:08:49 +0100 |
commit | ba6a40363d7273b50078bfb2c18e5d3c41ed73f1 (patch) | |
tree | 25191d87483f41ce2cbf9824d4c3f955889707f5 /appveyor.yml | |
parent | 8319f8a9feb0500370fb711297ae56319727a222 (diff) | |
download | pylint-git-ba6a40363d7273b50078bfb2c18e5d3c41ed73f1.tar.gz |
Additional changes
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1ef573609..304030697 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,34 +1,5 @@ version: '{branch}-{build}' - -# Don't use appveyor at all! Only until file can be removed. -skip_tags: true -skip_non_tags: true - build: off -cache: - - 'C:\\tmp' -environment: - matrix: - - PYTHON: "C:\\Python36" - TOXENV: "py36" - - - PYTHON: "C:\\Python37" - TOXENV: "py37" - - -init: - - ps: echo $env:TOXENV - - ps: ls C:\Python* - - ps: mkdir C:\tmp -install: - - 'SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%' - - 'python -m pip install -U setuptools pip tox wheel virtualenv' - - 'python -m pip --version' - - 'python -m tox --version' test_script: - - 'python -m tox' - -on_failure: - - ps: dir "env:" - - ps: get-content .tox\*\log\* + - echo "Skip" |