File tree Expand file tree Collapse file tree 5 files changed +2
-258
lines changed Expand file tree Collapse file tree 5 files changed +2
-258
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22isolated_build = True
33minversion = 3.5.3
44distshare = {homedir}/.tox/distshare
5- # make sure to update environment list in travis.yml and appveyor.yml
65envlist =
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
2625setenv =
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
You can’t perform that action at this time.
0 commit comments