Skip to content

Commit 783c7ac

Browse files
committed
Updated files with repo_helper.
1 parent b717374 commit 783c7ac

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,3 @@ jobs:
6060
repo: domdfcoding/coverage_pyver_pragma
6161
provider: script
6262
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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,3 @@ docstring-quotes = """
185185
python_version = 3.6
186186
ignore_missing_imports = True
187187
namespace_packages = True
188-
189-
;
190-
;[coverage:run]
191-
;plugins =
192-
; coverage_pyver_pragma

0 commit comments

Comments
 (0)