We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79eeb61 commit 3995130Copy full SHA for 3995130
.travis.yml
@@ -27,7 +27,6 @@ addons:
27
packages:
28
- mono-devel
29
- ca-certificates-mono
30
- - nunit-console
31
32
install:
33
- pip install pycparser coverage codecov
@@ -36,7 +35,7 @@ install:
36
35
script:
37
- export PYTHONPATH=`pwd`:$PYTHONPATH
38
- python src/tests/runtests.py
39
- # - nunit-console src/embed_tests/bin/Python.EmbeddingTest.dll
+ # - mono ./packages/NUnit.Runners*/tools/nunit-console.exe src/embed_tests/bin/Python.EmbeddingTest.dll
40
41
after_success:
42
# Uncomment if need to geninterop, ie. py37 final
0 commit comments