Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
use list of pre commands
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Sep 5, 2021
1 parent 4f9b992 commit 936bd94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ setenv =
PYTHONPATH = {toxinidir}
deps =
pipenv
commands_pre = pip install --upgrade pip setuptools setuptools_rust && pipenv install --clear --dev
commands_pre =
pip install --upgrade pip setuptools setuptools_rust
pipenv install --clear --dev
commands = pipenv run invoke test


0 comments on commit 936bd94

Please sign in to comment.