By default, use py3 qt5 to build

This commit is contained in:
tzutalin
2019-05-25 14:14:49 -07:00
parent 551fc7e00d
commit 8689a16f3d
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# ex: set ts=8 noet: # ex: set ts=8 noet:
all: qt4 all: qt5
test: testpy2 test: testpy3
testpy2: testpy2:
python -m unittest discover tests python -m unittest discover tests
-1
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import re import re
import resources
import os import os
import sys import sys
import locale import locale
+1
View File
@@ -1,6 +1,7 @@
import os import os
import sys import sys
import unittest import unittest
import resources
from stringBundle import StringBundle from stringBundle import StringBundle
class TestStringBundle(unittest.TestCase): class TestStringBundle(unittest.TestCase):