mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
tests: fix syntax error in setup.py, use default platforms
This commit is contained in:
parent
ee6531abee
commit
7bdbbc78a3
@ -3,7 +3,7 @@ import pytest
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="panda3d-tester",
|
name="panda3d-tester",
|
||||||
options = {
|
options={
|
||||||
'build_apps': {
|
'build_apps': {
|
||||||
'gui_apps': {
|
'gui_apps': {
|
||||||
'tester': 'main.py',
|
'tester': 'main.py',
|
||||||
@ -12,13 +12,6 @@ setup(
|
|||||||
'pandagl',
|
'pandagl',
|
||||||
'p3openal_audio',
|
'p3openal_audio',
|
||||||
],
|
],
|
||||||
},
|
|
||||||
'platforms': [
|
|
||||||
'manylinux1_x86_64',
|
|
||||||
'macosx_10_6_x86_64',
|
|
||||||
'win32',
|
|
||||||
'win_amd64',
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user