5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
export INSTALL_TESTS=True
|
|
|
|
xvfb-run --server-args="-screen 0, 720x1280x24" python3 tests-kivy.py
|