- Notifications
You must be signed in to change notification settings - Fork753
Fix Console config, Add pyproj, Add PY3 to configurationmanager#346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
448117e
9e070f9
01a3c8d
c5f63bd
73b8a9d
3f914ca
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -36,7 +36,7 @@ install: | ||
script: | ||
- export PYTHONPATH=`pwd`:$PYTHONPATH | ||
- python src/tests/runtests.py | ||
# - nunit-console src/embed_tests/bin/Python.EmbeddingTest.dll | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Why is this still commented out? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. It runs the tests but all say There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Okay, fine by me then, but I'll open an issue for this, we should really start running those tests. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. On appveyor, when we run them on py3 they freeze and hang the testrunner until the build bot times out (30 minutes or so?). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. @filmor if we downgrade back to nunit | ||
after_success: | ||
# Uncomment if need to geninterop, ie. py37 final | ||