Skip to content

Commit

Permalink
Merge branch 'master' into nmie-web
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyfisik authored Jan 10, 2024
2 parents 12bc1fc + e668bb5 commit a2b0f8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,8 @@ add_subdirectory(tests)
# add_test(NAME BuildExtWithPythonSetupPy
# COMMAND ${Python_EXECUTABLE} setup.py build_ext
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
add_test(NAME tox
COMMAND tox)

if (NOT DEFINED ENV{GITHUB_ENV})
add_test(NAME tox
COMMAND tox)
endif()

0 comments on commit a2b0f8c

Please sign in to comment.