summaryrefslogtreecommitdiff
path: root/tools/osxbuild/install_and_test.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove tools/osxbuildNathaniel J. Smith2013-05-221-52/+0
| | | | | | | | These scripts have been broken for years (build.py errors out immediately if not running from an *svn* checkout), so I'm sure no-one's using them, and they only attract pointless maintenance fixes (py3 changes, keeping the pointless extra copy of the top-level README.txt up to date as in #3288). Let's just remove them.
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-6/+6
| | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078.
* 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-281-1/+4
| | | | | | | With the exception of numpy/distutils/tests/test_exec_command.py, all of these files are script files in tools/osxbuild and tools/win32build. The import in the script files omits `absolute_import` as they are not part of a package.
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
| | | | | | | | | | Replaces the raise Exception, msg: form with raise Exception(msg):
* reindenting prior to releaseJarrod Millman2008-09-021-1/+1
|
* Add install_and_test script for osxbuild. Update README.chris.burns2008-08-141-0/+49