From 31b0d77507066e226d914859283a40549af0fc3e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 26 Jun 2015 23:44:00 +0200 Subject: [PATCH] synchronize metadata files across projects --- .appveyor.yml | 11 +++++++++++ .landscape.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000..4e690c067 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,11 @@ +version: '{build}' +shallow_clone: true +environment: + matrix: + - PYTHON: "C:\\Python27" +install: + - "%PYTHON%\\Scripts\\pip install --src . -r requirements.txt" + - "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" +build: off # Not a C# project +test_script: + - "%PYTHON%\\Scripts\\nosetests" \ No newline at end of file diff --git a/.landscape.yml b/.landscape.yml index ccaa5fc36..9a3b615f7 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -13,4 +13,4 @@ pylint: - too-many-public-methods - too-many-return-statements - too-many-statements - - unpacking-non-sequence + - unpacking-non-sequence \ No newline at end of file