always recreate tox envs

This commit is contained in:
Thomas Kriechbaumer 2016-07-05 21:13:24 +02:00
parent 50fdb01553
commit ba9851db02

View File

@ -25,7 +25,7 @@ install:
- "pip install -U tox" - "pip install -U tox"
test_script: 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: deploy_script:
ps: | ps: |