summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSajith Sasidharan <sajith@hcoop.net>2020-11-25 08:34:57 -0500
committerGitHub <noreply@github.com>2020-11-25 08:34:57 -0500
commit4771b84534c7928654f5af5504f0e3bd49100477 (patch)
tree1e4b537c596bed2205ddcc4f6d8357941f0302d5
parent8b0d75750543453cdc8680bc52d4240eb4de2636 (diff)
downloadnetifaces-git-4771b84534c7928654f5af5504f0e3bd49100477.tar.gz
Build wheels for Python 2.7 and 64 bit Windows
Hopefully a fix for #47.
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3137685..6266dfd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ environment:
matrix:
- PYTHON: "C:\\Python27"
+ - PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"