From f9da0b676f29444b7d3628d0340b081fb02d4aa2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 23:17:20 -0500 Subject: fix tests to run from the tests folder --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f3ea0b8bd..8c9d158e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,8 @@ environment: TOXENV: "py36" - PYTHON: "C:\\Python35" TOXENV: "py35" + - PYTHON: "C:\\Python34" + TOXENV: "py34" - PYTHON: "C:\\Python27" TOXENV: "py27" -- cgit v1.2.3