Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lexdene committed Jul 29, 2024
1 parent dd125f6 commit 26bd2ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion misc/travis/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cmake -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DWITH_TESTING=ON ..
make -j8
valgrind --leak-check=full make test
cd ..
python setup.py test
pytest tests
pip install -e .
./tests/shabby/run_test.sh
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import re
import sys
import shlex
import pkg_resources
import platform
from distutils.sysconfig import get_config_var
Expand Down

0 comments on commit 26bd2ea

Please sign in to comment.