##// END OF EJS Templates
Fixing broken tests on win32....
Fixing broken tests on win32. * Fixed tests related to get_home_dir. * Skipping test that involved killing a process in frontend.tests.test_process. * Added a few new tests for get_home_dir.

File last commit:

r2491:d3501028
r2513:fa3cac41
Show More
MANIFEST.in
37 lines | 635 B | text/plain | TextLexer
include ipython.py
include iptest.py
include setupbase.py
include setupegg.py
graft setupext
graft scripts
graft IPython/kernel
graft IPython/config
graft IPython/core
graft IPython/deathrow
graft IPython/external
graft IPython/frontend
graft IPython/gui
graft IPython/lib
graft IPython/quarantine
graft IPython/scripts
graft IPython/testing
graft IPython/utils
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore