We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad3408 commit 31f0b30Copy full SHA for 31f0b30
.travis.yml
@@ -47,6 +47,7 @@ script:
47
- export LD_LIBRARY_PATH=/opt/python/3.6.0/lib:$LD_LIBRARY_PATH
48
- export LD_LIBRARY_PATH=/opt/python/3.7.0/lib:$LD_LIBRARY_PATH
49
- echo $LD_LIBRARY_PATH
50
+ - cp Python.Runtime.dll.config src/embed_tests/bin/Python.Runtime.dll.config
51
# Run embedded tests
52
- mono ./packages/NUnit.*/tools/nunit3-console.exe src/embed_tests/bin/Python.EmbeddingTest.dll
53
0 commit comments