From b29b8a44a234579a3d6910bd007848f1b44fa463 Mon Sep 17 00:00:00 2001 From: gpotter2 Date: Tue, 9 Jan 2018 18:00:56 +0100 Subject: [PATCH] Python3 tests triggered by AppVeyor --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 12d52b31e..af0f96209 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,6 +6,9 @@ environment: - PYTHON: "C:\\Python27-x64" PYTHON_VERSION: "2.7.x" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python36-x64" + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "64" # There is no build phase for Scapy build: off