Go to file
Fernando Perez 3e180cb217 Merge pull request #2202 from bfroehle/iptest_IPYTHONDIR
Create a unique & temporary IPYTHONDIR for each testing group.

Following #2148 (unification of Windows / Unix code in iptest), and
in progress towards #1880 (Add parallelism to iptest & test_pr), this
pull request launches each iptest test group with a unique & temporary
`IPYTHONDIR`.

This has two benefits:
* Insulates the test suite from any craziness in your own configuration.
  (Try adding `import sys; sys.exit()` to your config file...).
* Allows multiple test suites to be launched in parallel without the worry of
  conflicts.
2012-07-25 18:44:41 -07:00
docs rebuild example notebooks 2012-06-27 22:31:20 -07:00
IPython Create a unique & temporary IPYTHONDIR for each testing group. 2012-07-25 18:35:55 -07:00
.gitignore Add .tox to .gitignore 2012-06-19 08:13:37 -07:00
.mailmap add Jörgen to mailmap 2012-06-29 17:20:46 -07:00
setup.py remove tuple_params fix from 2to3 in setup.py 2012-07-17 23:48:20 -05:00
setupbase.py record sysinfo in sdist 2012-06-30 15:17:46 -07:00