Fixed PYTHONPATH when running tests
This commit is contained in:
parent
35007e0fc9
commit
9bcc42b758
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Import('env','buildTargets','installTargets')
|
|||
localenv = env.Clone()
|
||||
localenv.Append(CPPPATH=['#include', '#src', 'shared'])
|
||||
|
||||
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..', 'Cantera', 'python')
|
||||
os.environ['PYTHONPATH'] = pjoin(os.getcwd(), '..', 'interfaces', 'python')
|
||||
os.environ['CANTERA_DATA'] = pjoin(os.getcwd(), '..', 'data', 'inputs')
|
||||
|
||||
testNames = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue