Commit 609f0521 authored by Alberto Miranda's avatar Alberto Miranda ♨️ Committed by Marc Vef
Browse files

Reduce required version for tests to 3.6

parent 3605c81a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@ add_custom_target(check

gkfs_add_python_test(
    NAME test_directories
    PYTHON_VERSION 3.7
    PYTHON_VERSION 3.6
    WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
    COMMAND tests/directories/test_directories.py
)

gkfs_add_python_test(
    NAME test_shell
    PYTHON_VERSION 3.7
    PYTHON_VERSION 3.6
    WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
    COMMAND tests/shell/
)