summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscoder <stefan_ml@behnel.de>2017-02-18 18:44:00 +0100
committerGitHub <noreply@github.com>2017-02-18 18:44:00 +0100
commit536089f99eb40922e27cccfa433a4cfa9bb92088 (patch)
treea52e74ce476ab1820c4a6e56ec71471ec85d423e
parentf42e385db06d891f2e3a76eb88e6f61faae98cbc (diff)
parent3269f2e46d98d57800e3adab370073c5153b3617 (diff)
downloadpython-lxml-536089f99eb40922e27cccfa433a4cfa9bb92088.tar.gz
Merge pull request #226 from TBBle/appveyor-python26
Add Python 2.6 to the AppVeyor build
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cc64b9f2..e74bb1f6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -2,6 +2,7 @@ version: 1.0.{build}
environment:
matrix:
+ - python: 26
- python: 27
- python: 35
- python: 35-x64
@@ -10,7 +11,7 @@ environment:
install:
- SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%
- - python -m pip install -U pip wheel setuptools
+ - python -m pip.__main__ install -U pip wheel setuptools
- pip install -r requirements.txt --install-option="--no-cython-compile"
build: off