Skip to content

Commit

Permalink
By default, use py3 qt5 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tzutalin committed May 25, 2019
1 parent 551fc7e commit 8689a16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ex: set ts=8 noet:

all: qt4
all: qt5

test: testpy2
test: testpy3

testpy2:
python -m unittest discover tests
Expand Down
1 change: 0 additions & 1 deletion libs/stringBundle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
import resources
import os
import sys
import locale
Expand Down
1 change: 1 addition & 0 deletions tests/test_stringBundle.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import sys
import unittest
import resources
from stringBundle import StringBundle

class TestStringBundle(unittest.TestCase):
Expand Down

0 comments on commit 8689a16

Please sign in to comment.