appveyor: use py.test

This commit is contained in:
Maximilian Hils 2015-09-21 23:05:12 +02:00
parent bba5ec7144
commit 2536e1d3e7

View File

@ -8,4 +8,4 @@ install:
- "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
build: off # Not a C# project
test_script:
- "%PYTHON%\\Scripts\\nosetests"
- "%PYTHON%\\Scripts\\py.test -n 4"