File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,12 @@ install:
35
35
- coverage run setup.py build_ext --inplace
36
36
37
37
script :
38
+ # Set-up and run python tests
38
39
- export PYTHONPATH=`pwd`:$PYTHONPATH
39
40
- python -m pytest
40
- # - mono ./packages/NUnit.*/tools/nunit3-console.exe src/embed_tests/bin/Python.EmbeddingTest.dll
41
+
42
+ # Run embedded tests
43
+ - mono ./packages/NUnit.*/tools/nunit3-console.exe src/embed_tests/bin/Python.EmbeddingTest.dll
41
44
42
45
after_success :
43
46
# Uncomment if need to geninterop, ie. py37 final
Original file line number Diff line number Diff line change 4
4
Keep this file next to Python.Runtime.dll
5
5
For more information read:
6
6
http://www.mono-project.com/Config
7
- http://www.mono-project.com/Config_DllMap -->
7
+ http://www.mono-project.com/docs/advanced/pinvoke/dllmap -->
8
+ <!-- Only really needed for PY2-->
8
9
<dllmap dll =" python27" target =" libpython2.7.so" os =" !windows" />
9
10
<dllmap dll =" python33" target =" libpython3.3.so" os =" !windows" />
10
11
<dllmap dll =" python34" target =" libpython3.4.so" os =" !windows" />
11
12
<dllmap dll =" python35" target =" libpython3.5.so" os =" !windows" />
12
13
<dllmap dll =" python36" target =" libpython3.6.so" os =" !windows" />
13
14
<dllmap dll =" python37" target =" libpython3.7.so" os =" !windows" />
14
- <dllmap dll =" python27.dll" target =" libpython2.7.so" os =" !windows" />
15
- <dllmap dll =" python33.dll" target =" libpython3.3.so" os =" !windows" />
16
- <dllmap dll =" python34.dll" target =" libpython3.4.so" os =" !windows" />
17
- <dllmap dll =" python35.dll" target =" libpython3.5.so" os =" !windows" />
18
- <dllmap dll =" python36.dll" target =" libpython3.6.so" os =" !windows" />
19
- <dllmap dll =" python37.dll" target =" libpython3.7.so" os =" !windows" />
20
15
</configuration >
You can’t perform that action at this time.
0 commit comments