diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000..785e7dccc --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,7 @@ +shallow_clone: true +install: + - ps: "pip install --src . -r requirements.txt" + - ps: "python -c 'from OpenSSL import SSL; print SSL.SSLeay_version(SSL.SSLEAY_VERSION)'" +build: off # Not a C# project +test_script: + - ps: "nosetests --with-cov --cov-report term-missing" \ No newline at end of file