always recreate tox envs

This commit is contained in:
Thomas Kriechbaumer 2016-07-05 21:13:24 +02:00
parent 50fdb01553
commit ba9851db02
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ install:
- "pip install -U tox"
test_script:
- ps: "tox -- --cov netlib --cov mitmproxy --cov pathod | Select-String -NotMatch Cryptography_locking_cb"
- ps: "tox --recreate -- --cov netlib --cov mitmproxy --cov pathod | Select-String -NotMatch Cryptography_locking_cb"
deploy_script:
ps: |