We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repo_helper
1 parent b717374 commit 783c7acCopy full SHA for 783c7ac
.travis.yml
@@ -60,14 +60,3 @@ jobs:
60
repo: domdfcoding/coverage_pyver_pragma
61
provider: script
62
script: .ci/travis_deploy_conda.sh || return 1;
63
-
64
- - stage: deploy_releases
65
- python: "3.6"
66
- install:
67
- - pip install PyGithub requests
68
- script: skip
69
- deploy:
70
- on:
71
- repo: domdfcoding/coverage_pyver_pragma
72
- provider: script
73
- script: python .ci/copy_pypi_2_github.py || return 1;
tox.ini
@@ -185,8 +185,3 @@ docstring-quotes = """
185
python_version = 3.6
186
ignore_missing_imports = True
187
namespace_packages = True
188
189
-;
190
-;[coverage:run]
191
-;plugins =
192
-; coverage_pyver_pragma
0 commit comments