Skip to content

Commit 827e83b

Browse files
committed
Remove Azure and Travis scripts
1 parent a613afe commit 827e83b

File tree

5 files changed

+2
-258
lines changed

5 files changed

+2
-258
lines changed

.travis.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

scripts/report-coverage.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

scripts/retry.cmd

Lines changed: 0 additions & 21 deletions
This file was deleted.

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
isolated_build = True
33
minversion = 3.5.3
44
distshare = {homedir}/.tox/distshare
5-
# make sure to update environment list in travis.yml and appveyor.yml
65
envlist =
76
linting
87
py35
@@ -22,7 +21,7 @@ commands =
2221
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:{env:_PYTEST_TOX_DEFAULT_POSARGS:}}
2322
coverage: coverage combine
2423
coverage: coverage report -m
25-
passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS TERM
24+
passenv = USER USERNAME COVERAGE_* PYTEST_ADDOPTS TERM
2625
setenv =
2726
_PYTEST_TOX_DEFAULT_POSARGS={env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_XDIST:}
2827

@@ -158,7 +157,7 @@ filterwarnings =
158157
default:Using or importing the ABCs:DeprecationWarning:unittest2.*
159158
default:the imp module is deprecated in favour of importlib:DeprecationWarning:nose.*
160159
ignore:Module already imported so cannot be rewritten:pytest.PytestWarning
161-
# produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8).
160+
# produced by python3.6/site.py itself
162161
ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest))
163162
# produced by pytest-xdist
164163
ignore:.*type argument to addoption.*:DeprecationWarning

0 commit comments

Comments
 (0)