Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 2b6b82747..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-image: Visual Studio 2015
-
-environment:
- matrix:
- - TOXENV: py35
- - TOXENV: py37-cover
-
-branches:
- only:
- - master
- - /^\d+\.\d+\.x$/ # Version branches like X.X.X
- - /^test-.*$/
-
-install:
- # Use Python 3.7 by default
- - "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
- # Check env
- - "python --version"
- # Upgrade pip to avoid warnings
- - "python -m pip install --upgrade pip"
- # Ready to install tox and coverage
- - "pip install tox codecov"
-
-build: off
-
-test_script:
- - set TOX_TESTENV_PASSENV=APPVEYOR
- # Test env is set by TOXENV env variable
- - tox
-
-on_success:
- - if exist .coverage codecov