always recreate tox envs
This commit is contained in:
parent
50fdb01553
commit
ba9851db02
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue