aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
blob: 785e7dccc655caea82d5cf0fc8d883dbd3ebd226 (plain)
1
2
3
4
5
6
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"