improve CI

This commit is contained in:
Thomas Kriechbaumer 2016-09-03 13:48:28 +02:00
parent e273a29a8c
commit d895d6caf0
2 changed files with 2 additions and 1 deletions

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 -- --cov netlib --cov mitmproxy --cov pathod"
deploy_script: deploy_script:
ps: | ps: |

View File

@ -107,6 +107,7 @@ setup(
"pytest-cov>=2.2.1, <3", "pytest-cov>=2.2.1, <3",
"pytest-timeout>=1.0.0, <2", "pytest-timeout>=1.0.0, <2",
"pytest-xdist>=1.14, <2", "pytest-xdist>=1.14, <2",
"pytest-faulthandler>=1.3.0, <2",
"sphinx>=1.3.5, <1.5", "sphinx>=1.3.5, <1.5",
"sphinx-autobuild>=0.5.2, <0.7", "sphinx-autobuild>=0.5.2, <0.7",
"sphinxcontrib-documentedlist>=0.4.0, <0.5", "sphinxcontrib-documentedlist>=0.4.0, <0.5",