From b29c7207283962f9d79c34a3c5d363772238e16f Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Sat, 7 Jul 2018 23:43:42 -0300 Subject: [PATCH] Attempt to configure appveyor.yml --- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..b991200 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ + + +install: + - "SET PYTHON=C:\\Python36" + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" + - pip install -r requirements.txt + + +build: off + + +test_script: + - "python source/unit_tests.py" + + +on_finish: + - python --version + - echo %PATH% +