aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/.appveyor.yml')
-rw-r--r--netlib/.appveyor.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/netlib/.appveyor.yml b/netlib/.appveyor.yml
deleted file mode 100644
index cd1354c2..00000000
--- a/netlib/.appveyor.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-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"