diff options
| -rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..785e7dcc --- /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 |
