diff options
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index dcdc5d52..c275f4f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,6 +45,12 @@ environment: PYTHON_VERSION: "3.5.0rc2" PYTHON_ARCH: "32" + - JOB: "2.6 64-bit" + TOXENV: "py26" + PYTHON: "C:\\Python266-x64" + PYTHON_VERSION: "2.6.6" + PYTHON_ARCH: "64" + - JOB: "2.7 64-bit" TOXENV: "py27" PYTHON: "C:\\Python27-x64" |