By default, use py3 qt5 to build
This commit is contained in:
parent
551fc7e00d
commit
8689a16f3d
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
||||
# ex: set ts=8 noet:
|
||||
|
||||
all: qt4
|
||||
all: qt5
|
||||
|
||||
test: testpy2
|
||||
test: testpy3
|
||||
|
||||
testpy2:
|
||||
python -m unittest discover tests
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import resources
|
||||
import os
|
||||
import sys
|
||||
import locale
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
import resources
|
||||
from stringBundle import StringBundle
|
||||
|
||||
class TestStringBundle(unittest.TestCase):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user