Skip to content

Commit

Permalink
Makefile: fixed tests target (regression tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed May 28, 2024
1 parent 1024f4f commit 5aaed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: default deploy deploy-github deploy-pypi update-pypi clean tests env
TEST_ENV=env
DEV_TEST_ENV=env-dev
SETUP=python setup.py install > /dev/null
SETUP=pip install -U pip setuptools && python setup.py install > /dev/null

default:
: do nothing when dpkg-buildpackage runs this project Makefile
Expand Down

0 comments on commit 5aaed3c

Please sign in to comment.