Skip to content

Commit

Permalink
fix: custom test command in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Apr 29, 2024
1 parent b027444 commit 2518088
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ commands_pre =
python -c "from setuptools import setup;setup(script_args=['-q', 'easy_install', '-v', '-U', 'vsc-install'])"

[testenv]
commands = python setup.py test
commands_pre =
pip install 'setuptools<42.0'
python -m easy_install -U vsc-install
python -m easy_install -U vsc-base
python -m easy_install -U vsc-utils
commands = python runtest.py --info
passenv = USER

0 comments on commit 2518088

Please sign in to comment.