appveyor: use py.test
This commit is contained in:
parent
bba5ec7144
commit
2536e1d3e7
|
@ -8,4 +8,4 @@ install:
|
||||||
- "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
|
- "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
|
||||||
build: off # Not a C# project
|
build: off # Not a C# project
|
||||||
test_script:
|
test_script:
|
||||||
- "%PYTHON%\\Scripts\\nosetests"
|
- "%PYTHON%\\Scripts\\py.test -n 4"
|
Loading…
Reference in New Issue