tests: Use python3 for most of it, python2 for cv2

This commit is contained in:
Alexey Rogachevskiy
2020-02-12 22:18:03 +03:00
parent cb26f0933e
commit 6d4dd6956f
4 changed files with 9 additions and 9 deletions

7
builder/test/tests_py2.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
# Make sure our Python 2 software is installed
import cv2
print(cv2.getBuildInformation())