Skip to content

Commit

Permalink
no need to record virtualenv version anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 11, 2022
1 parent ef31b39 commit 893965b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Unreleased Changes
* Add ``git`` to Docker image.
* Move testing and runtime to Python 3.10, and get all test environments running successfully.
* Move CI from TravisCI to GitHub Actions and remove all traces of TravisCI.
* Add acceptance test coverage of the Plaid Link process.

1.0.0 (2018-07-07)
------------------
Expand Down
8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ whitelist_externals = env test

commands =
python --version
virtualenv --version
pip --version
pip freeze
py.test -rxs -vv --durations=10 --pycodestyle --flakes --blockage -m "not integration and not acceptance and not migrations" --cov-report term-missing --cov-report xml --cov-report html --cov-config {toxinidir}/.coveragerc --cov=biweeklybudget --html=results/report.html {posargs} biweeklybudget
Expand All @@ -56,7 +55,6 @@ deps =
basepython = python3.10
commands =
python --version
virtualenv --version
pip --version
pip freeze
rst2html.py --halt=2 README.rst /dev/null
Expand All @@ -82,7 +80,6 @@ deps =
basepython = python3.10
commands =
python --version
virtualenv --version
pip --version
pip freeze
python {toxinidir}/docs/make_jsdoc.py {toxinidir}
Expand All @@ -100,7 +97,6 @@ sitepackages = False
whitelist_externals = env test
commands =
python --version
virtualenv --version
pip --version
pip freeze
python {toxinidir}/docs/make_screenshots.py {toxinidir}
Expand All @@ -117,7 +113,6 @@ sitepackages = False
whitelist_externals = env test
commands =
python --version
virtualenv --version
pip --version
pip freeze
python {toxinidir}/biweeklybudget/tests/docker_build.py {toxinidir} {distdir}
Expand Down Expand Up @@ -146,7 +141,6 @@ sitepackages = False
whitelist_externals = env test
commands =
python --version
virtualenv --version
pip --version
pip freeze
py.test -rxs -vv --durations=50 --durations-file=results/test_durations.json --driver Chrome --html=results/acceptance.html --cov-report xml --cov-report html --cov-config {toxinidir}/.coveragerc-acceptance --cov=biweeklybudget -m "acceptance" biweeklybudget
Expand Down Expand Up @@ -178,7 +172,6 @@ sitepackages = False
whitelist_externals = env test
commands =
python --version
virtualenv --version
pip --version
pip freeze
py.test -rxs -vv --durations=50 --durations-file=results/test_durations.json --driver Chrome --html=results/plaid.html -m "plaid" biweeklybudget
Expand All @@ -202,7 +195,6 @@ sitepackages = False
whitelist_externals = env test
commands =
python --version
virtualenv --version
pip --version
pip freeze
py.test -rxs -vv --durations=50 --durations-file=results/test_durations.json --html=results/migrations.html -m "migrations" biweeklybudget/tests/migrations

0 comments on commit 893965b

Please sign in to comment.