summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-06-22 00:27:06 +0530
committerGitHub <noreply@github.com>2018-06-22 00:27:06 +0530
commit7250aa153013643a312052bf0365167340231e02 (patch)
tree590224a0f9906b68be505fcd41d55a6eb51d0e0f
parent4dee7e9ad2b79dc7ef5db7c644a56b80a9176440 (diff)
downloadpip-revert-5478-ci/short-circuiting-appveyor.tar.gz
Revert "Skip AppVeyor builds on non-code changes"revert-5478-ci/short-circuiting-appveyor
-rw-r--r--appveyor.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2c165f758..078b4db0f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,14 +13,6 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
-skip_commits:
- files:
- - .github/
- - docs/
- - news/
- - tools/travis/
- - '**/*.rst'
-
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"