Show More
@@ -0,0 +1,2 b'' | |||
|
1 | -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils | |
|
2 | -e git+https://github.com/ipython/traitlets.git#egg=traitlets |
@@ -21,7 +21,7 b' before_install:' | |||
|
21 | 21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels |
|
22 | 22 | - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' |
|
23 | 23 | install: |
|
24 | - pip install -f travis-wheels/wheelhouse -e file://$PWD#egg=ipython[all] coveralls | |
|
24 | - pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[all] coveralls | |
|
25 | 25 | before_script: |
|
26 | 26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' |
|
27 | 27 | script: |
@@ -289,6 +289,7 b' install_requires = [' | |||
|
289 | 289 | 'decorator', |
|
290 | 290 | 'pickleshare', |
|
291 | 291 | 'simplegeneric>0.8', |
|
292 | 'traitlets', | |
|
292 | 293 | ] |
|
293 | 294 | |
|
294 | 295 | # add platform-specific dependencies |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (622 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (837 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (1591 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now