Skip to content

Commit

Permalink
Use pip install for tox tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Dusty DeWeese <[email protected]>
  • Loading branch information
HackerFoo committed Dec 17, 2020
1 parent 540e905 commit 859c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands =
# This repository uses a Markdown long_description, so the -r flag to
# `setup.py check` is not needed. If your project contains a README.rst,
# use `python setup.py check -m -r -s` instead.
python setup.py build_ext --antlr-runtime={env:ANTLR4_RUNTIME_TYPE:static}
pip install -e . --install-option="--antlr-runtime={env:ANTLR4_RUNTIME_TYPE:static}" --no-use-pep517
python setup.py develop
python setup.py check -m -s
flake8 --exclude .git,env,dist,build,third_party,.tox .
Expand Down

0 comments on commit 859c618

Please sign in to comment.