Show More
@@ -21,7 +21,7 b' before_install:' | |||||
21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels |
|
21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels | |
22 | - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' |
|
22 | - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' | |
23 | install: |
|
23 | install: | |
24 |
- pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[ |
|
24 | - pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[test,notebook] coveralls | |
25 | before_script: |
|
25 | before_script: | |
26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' |
|
26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' | |
27 | script: |
|
27 | script: |
@@ -124,7 +124,6 b" have['numpy'] = test_for('numpy')" | |||||
124 | have['pexpect'] = test_for('pexpect') |
|
124 | have['pexpect'] = test_for('pexpect') | |
125 | have['pymongo'] = test_for('pymongo') |
|
125 | have['pymongo'] = test_for('pymongo') | |
126 | have['pygments'] = test_for('pygments') |
|
126 | have['pygments'] = test_for('pygments') | |
127 | have['qt'] = test_for('IPython.external.qt') |
|
|||
128 | have['sqlite3'] = test_for('sqlite3') |
|
127 | have['sqlite3'] = test_for('sqlite3') | |
129 | have['tornado'] = test_for('tornado.version_info', (4,0), callback=None) |
|
128 | have['tornado'] = test_for('tornado.version_info', (4,0), callback=None) | |
130 | have['jinja2'] = test_for('jinja2') |
|
129 | have['jinja2'] = test_for('jinja2') | |
@@ -147,7 +146,7 b" have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq, callback=lambda x: x()" | |||||
147 |
|
146 | |||
148 | test_group_names = ['core', |
|
147 | test_group_names = ['core', | |
149 | 'extensions', 'lib', 'terminal', 'testing', 'utils', |
|
148 | 'extensions', 'lib', 'terminal', 'testing', 'utils', | |
150 |
|
|
149 | 'html', 'nbconvert' | |
151 | ] |
|
150 | ] | |
152 |
|
151 | |||
153 | class TestSection(object): |
|
152 | class TestSection(object): | |
@@ -227,9 +226,6 b" test_sections['autoreload'] = TestSection('autoreload'," | |||||
227 | ['IPython.extensions.autoreload', 'IPython.extensions.tests.test_autoreload']) |
|
226 | ['IPython.extensions.autoreload', 'IPython.extensions.tests.test_autoreload']) | |
228 | test_group_names.append('autoreload') |
|
227 | test_group_names.append('autoreload') | |
229 |
|
228 | |||
230 | # qt: |
|
|||
231 | test_sections['qt'].requires('zmq', 'qt', 'pygments') |
|
|||
232 |
|
||||
233 | # html: |
|
229 | # html: | |
234 | sec = test_sections['html'] |
|
230 | sec = test_sections['html'] | |
235 | sec.requires('zmq', 'tornado', 'requests', 'sqlite3', 'jsonschema') |
|
231 | sec.requires('zmq', 'tornado', 'requests', 'sqlite3', 'jsonschema') |
@@ -9,11 +9,9 b' graft scripts' | |||||
9 |
|
9 | |||
10 | # Load main dir but exclude things we don't want in the distro |
|
10 | # Load main dir but exclude things we don't want in the distro | |
11 | graft IPython |
|
11 | graft IPython | |
12 | prune IPython/html/static/mathjax |
|
|||
13 |
|
12 | |||
14 | # Include some specific files and data resources we need |
|
13 | # Include some specific files and data resources we need | |
15 | include IPython/.git_commit_info.ini |
|
14 | include IPython/.git_commit_info.ini | |
16 | include IPython/qt/console/resources/icon/IPythonConsole.svg |
|
|||
17 |
|
15 | |||
18 | # Documentation |
|
16 | # Documentation | |
19 | graft docs |
|
17 | graft docs |
@@ -7,4 +7,3 b'' | |||||
7 | -e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat |
|
7 | -e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat | |
8 | -e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client |
|
8 | -e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client | |
9 | -e git+https://github.com/ipython/ipython_kernel.git#egg=ipython_kernel |
|
9 | -e git+https://github.com/ipython/ipython_kernel.git#egg=ipython_kernel | |
10 | -e git+https://github.com/ipython/ipython_parallel.git#egg=ipython_parallel |
|
@@ -102,8 +102,6 b' def install():' | |||||
102 | arguments(scripts, 'ipython'), iconpath) |
|
102 | arguments(scripts, 'ipython'), iconpath) | |
103 | mkshortcut(python, 'IPython (pylab mode)', ip_start_menu, |
|
103 | mkshortcut(python, 'IPython (pylab mode)', ip_start_menu, | |
104 | arguments(scripts, 'ipython', '--pylab'), iconpath) |
|
104 | arguments(scripts, 'ipython', '--pylab'), iconpath) | |
105 | mkshortcut(pythonw, 'IPython Qt Console', ip_start_menu, |
|
|||
106 | arguments(scripts, 'ipython', 'qtconsole'), iconpath) |
|
|||
107 |
|
105 | |||
108 | iconpath = pjoin(scripts, 'ipython_nb.ico') |
|
106 | iconpath = pjoin(scripts, 'ipython_nb.ico') | |
109 | mkshortcut(python, 'IPython Notebook', ip_start_menu, |
|
107 | mkshortcut(python, 'IPython Notebook', ip_start_menu, |
@@ -248,10 +248,11 b" pyzmq = 'pyzmq>=13'" | |||||
248 |
|
248 | |||
249 | extras_require = dict( |
|
249 | extras_require = dict( | |
250 | parallel = ['ipython_parallel'], |
|
250 | parallel = ['ipython_parallel'], | |
251 |
qtconsole = [ |
|
251 | qtconsole = ['jupyter_qtconsole'], | |
252 | doc = ['Sphinx>=1.1', 'numpydoc'], |
|
252 | doc = ['Sphinx>=1.1', 'numpydoc'], | |
253 | test = ['nose>=0.10.1', 'requests'], |
|
253 | test = ['nose>=0.10.1', 'requests'], | |
254 | terminal = [], |
|
254 | terminal = [], | |
|
255 | kernel = ['ipython_kernel'], | |||
255 | nbformat = ['jupyter_nbformat'], |
|
256 | nbformat = ['jupyter_nbformat'], | |
256 | notebook = ['tornado>=4.0', pyzmq, 'jinja2', 'pygments', 'mistune>=0.5'], |
|
257 | notebook = ['tornado>=4.0', pyzmq, 'jinja2', 'pygments', 'mistune>=0.5'], | |
257 | nbconvert = ['pygments', 'jinja2', 'mistune>=0.3.1'] |
|
258 | nbconvert = ['pygments', 'jinja2', 'mistune>=0.3.1'] | |
@@ -263,8 +264,9 b" if not sys.platform.startswith('win'):" | |||||
263 | if sys.version_info < (3, 3): |
|
264 | if sys.version_info < (3, 3): | |
264 | extras_require['test'].append('mock') |
|
265 | extras_require['test'].append('mock') | |
265 |
|
266 | |||
266 | extras_require['notebook'].extend(extras_require['nbformat']) |
|
|||
267 | extras_require['nbconvert'].extend(extras_require['nbformat']) |
|
267 | extras_require['nbconvert'].extend(extras_require['nbformat']) | |
|
268 | extras_require['notebook'].extend(extras_require['kernel']) | |||
|
269 | extras_require['notebook'].extend(extras_require['nbconvert']) | |||
268 |
|
270 | |||
269 | install_requires = [ |
|
271 | install_requires = [ | |
270 | 'decorator', |
|
272 | 'decorator', |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (2167 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (811 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (594 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (928 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (569 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now