##// END OF EJS Templates
Merge pull request #1316 from ipython/xunit2...
Merge pull request #1316 from ipython/xunit2 Pass subprocess test runners a suitable location for xunit output. This enables our Jenkins instance at Shining Panda to display a proper summary instead of just a raw console log.

File last commit:

r2460:e8303d57
r5963:3c8b94a4 merge
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')