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 09a7325
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +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}
python setup.py develop
python setup.py check -m -s
pip install -e . --install-option="--antlr-runtime={env:ANTLR4_RUNTIME_TYPE:static}" --no-use-pep517
flake8 --exclude .git,env,dist,build,third_party,.tox .
py.test -s tests

Expand Down

0 comments on commit 09a7325

Please sign in to comment.