summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2015-07-11 21:29:54 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2015-07-11 21:29:54 +0200
commitc91715fade1d0345c63a3fecc266a6d1b69b9769 (patch)
tree5cdffbdc917a10e8b37d026c1d9b268d711399ad /appveyor.yml
parent31258b5775423d340231cab7a3a6682b24b9cc65 (diff)
downloadpsutil-c91715fade1d0345c63a3fecc266a6d1b69b9769.tar.gz
make time-bound tests more reliable (especially for appveyor, which is slow); also remove python2.6 from appveyor build list
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6f001f7a..c555c5f9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,13 +40,9 @@ environment:
# Also build on a Python version not pre-installed by Appveyor.
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
- - PYTHON: "C:\\Python322"
- PYTHON_VERSION: "3.2.6"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python266"
- PYTHON_VERSION: "2.6.6"
- PYTHON_ARCH: "32"
+ # - PYTHON: "C:\\Python266"
+ # PYTHON_VERSION: "2.6.6"
+ # PYTHON_ARCH: "32"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
@@ -76,3 +72,7 @@ artifacts:
# on_success:
# - might want to upload the content of dist/*.whl to a public wheelhouse
+
+# Skipping commits with particular message or from user
+skip_commits:
+ - message: skip-ci