aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-21 23:05:12 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-21 23:05:12 +0200
commit2536e1d3e70d57fe9c4c73693cc669443690f382 (patch)
tree75c632e98d3ce7f879bd1473671f1caf360a7e1a /.appveyor.yml
parentbba5ec7144f0e08d4b26bad2987c6e7f0871b83d (diff)
downloadmitmproxy-2536e1d3e70d57fe9c4c73693cc669443690f382.tar.gz
mitmproxy-2536e1d3e70d57fe9c4c73693cc669443690f382.tar.bz2
mitmproxy-2536e1d3e70d57fe9c4c73693cc669443690f382.zip
appveyor: use py.test
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4e690c06..dbb6d2fa 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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" \ No newline at end of file
+ - "%PYTHON%\\Scripts\\py.test -n 4" \ No newline at end of file