Commit Graph

7 Commits

Author SHA1 Message Date
Jack O'Connor 0b3dd364ca stop testing 32-bit Python 3.5 until AppVeyor fixes it
http://help.appveyor.com/discussions/problems/3891-py-35-32-hellopy-fails-with-error-code-103
2015-12-23 12:21:18 -05:00
Jack O'Connor 734dadd4f9 clean up appveyor.yml
https://github.com/oconnor663/appveyor-exec-py makes it clear that we
have to set both PY_PYTHON and PY_PYTHON3 if we want to control the
Python versions that plugins execute with. See also
https://docs.python.org/3.3/using/windows.html.

Deleting the VisualStudio reg key was a temporary workaround for an
AppVeyor bug, no longer needed.
2015-12-22 14:33:55 -05:00
Jack O'Connor ee2b2b1cbb run AppVeyor tests in verbose mode 2015-12-21 14:49:30 -05:00
Jack O'Connor 1290909d66 delete the reg key that assciates VisualStudio with .py files
All of our plugin tests were failing on AppVeyor, because executing .py
files was popping up a "How do you want to open this type of file?"
dialog and turning the script into a no-op. Deleting this reg key allows
Python scripts to run with the usual interpreter.
2015-12-21 14:46:23 -05:00
Jack O'Connor 26d1e00daf add run_with_env.cmd back in
This is part of https://github.com/ogrisel/python-appveyor-demo, and we
need it for pip to install native packages (like PyYAML). I shouldn't
have removed it.
2015-12-21 14:45:26 -05:00
Jack O'Connor 23ffa7ac94 AppVeyor doesn't seem to be running tests. Try this tweak. 2015-11-16 19:52:28 -05:00
Jack O'Connor 1046a468d9 appveyor.yml
I copied most of this from https://github.com/oconnor663/duct, which in
turn copied most of it from https://github.com/ogrisel/python-appveyor-demo.
2015-11-16 19:19:47 -05:00