summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-20 12:56:11 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-20 15:08:49 +0100
commitba6a40363d7273b50078bfb2c18e5d3c41ed73f1 (patch)
tree25191d87483f41ce2cbf9824d4c3f955889707f5
parent8319f8a9feb0500370fb711297ae56319727a222 (diff)
downloadpylint-git-ba6a40363d7273b50078bfb2c18e5d3c41ed73f1.tar.gz
Additional changes
-rw-r--r--.travis.yml5
-rw-r--r--appveyor.yml31
-rw-r--r--tox.ini11
3 files changed, 2 insertions, 45 deletions
diff --git a/.travis.yml b/.travis.yml
index e4adcca4c..39f56103d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,19 +10,16 @@ before_install:
- python --version
- uname -a
- lsb_release -a
-- sudo apt-get -qq update
-- sudo apt-get install -y enchant
install:
# Temporary escape hatch for setuptools 50.0:
# See https://github.com/pypa/setuptools/blob/17cb9d6bf249cefe653d3bdb712582409035a7db/CHANGES.rst#v5000
- export SETUPTOOLS_USE_DISTUTILS=stdlib
- pip install -U setuptools
-- pip install tox coverage coveralls
+- pip install tox
- virtualenv --version
- easy_install --version
- pip --version
- tox --version
-- coverage --version
script:
- pip install .
after_failure:
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"
diff --git a/tox.ini b/tox.ini
index b1bbf3587..390e11b9d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -104,17 +104,6 @@ commands =
changedir = {toxinidir}
-[testenv:coverage-erase]
-setenv =
- COVERAGE_FILE = {toxinidir}/.coverage
-deps =
- coverage<5
-skip_install = true
-commands =
- python -m coverage erase
-changedir = {toxinidir}
-
-
[testenv:coverage-html]
setenv =
COVERAGE_FILE = {toxinidir}/.coverage