Skip to content

Commit 3995130

Browse files
committed
Use NUnit from Nuget to ensure right version.
1 parent 79eeb61 commit 3995130

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ addons:
2727
packages:
2828
- mono-devel
2929
- ca-certificates-mono
30-
- nunit-console
3130

3231
install:
3332
- pip install pycparser coverage codecov
@@ -36,7 +35,7 @@ install:
3635
script:
3736
- export PYTHONPATH=`pwd`:$PYTHONPATH
3837
- python src/tests/runtests.py
39-
# - nunit-console src/embed_tests/bin/Python.EmbeddingTest.dll
38+
# - mono ./packages/NUnit.Runners*/tools/nunit-console.exe src/embed_tests/bin/Python.EmbeddingTest.dll
4039

4140
after_success:
4241
# Uncomment if need to geninterop, ie. py37 final

0 commit comments

Comments
 (0)