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