aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/.appveyor.yml
blob: cd1354c2086c05f406a6a92b1434589f603d1d81 (plain)
1
2
3
4
5
6
7
8
9
10
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\\py.test -n 4 --timeout 10"