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

View File

@ -1,8 +1,8 @@
# ex: set ts=8 noet:
all: qt4
all: qt5
test: testpy2
test: testpy3
testpy2:
python -m unittest discover tests

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
import resources
import os
import sys
import locale

View File

@ -1,6 +1,7 @@
import os
import sys
import unittest
import resources
from stringBundle import StringBundle
class TestStringBundle(unittest.TestCase):