Skip to content

Commit bca61c3

Browse files
committed
Fix make test command
1 parent 7691ab3 commit bca61c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requirements:
3232
pip freeze|sed -e 's%\(.*/[a-z]*\.git\)@[0-9a-f]*\(#.*\)%\1\2%' > requirements.txt
3333

3434
test:
35-
python setup.py test
35+
python -m unittest discover tests
3636

3737
docker-test:
3838
docker build -f test.Dockerfile -t ${NAME}-test .

0 commit comments

Comments
 (0)