testing: Switch to Python 3
Both swidGenerator and strongTNC were migrated to Python 3. This allows to migrate all testing scripts to Python 3, too.
This commit is contained in:
committed by
Tobias Brunner
parent
a5662e8f6e
commit
3e2841572b
@@ -17,4 +17,4 @@ $(TAR):
|
||||
@touch $@
|
||||
|
||||
install: .$(PKG)-unpacked-$(REV)
|
||||
cd $(DIR) && python setup.py install
|
||||
cd $(DIR) && python3 setup.py install
|
||||
|
||||
Reference in New Issue
Block a user