aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 22:15:10 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-16 22:15:10 +0100
commitb87797ea255a0e2058e0574a5a00150f7f2df5db (patch)
tree4c3b4f9cc555a945ddbeeb1b179070ef98b2eeff /.appveyor.yml
parente2ca4ea923a73fb64eb252ce816fbbc4d6be3336 (diff)
downloadmitmproxy-b87797ea255a0e2058e0574a5a00150f7f2df5db.tar.gz
mitmproxy-b87797ea255a0e2058e0574a5a00150f7f2df5db.tar.bz2
mitmproxy-b87797ea255a0e2058e0574a5a00150f7f2df5db.zip
remove test/ from py.test commands
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 f23cd844..d4b688e5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,7 +17,7 @@ install:
- "pip install --user -r requirements.txt"
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
test_script:
- - "py.test ./test/"
+ - "py.test"
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script: