Commit Graph

31 Commits

Author SHA1 Message Date
emmanuelle 13c4f3cea4 Execute contribs.py in travis_script.sh
Added tag of previous release

Only recent commits for contribs.py so that Travis is happy

Do not execute contribs.py for Python 2.6

Do not execute contribs.py for python 2.6
2015-12-26 23:52:39 +01:00
emmanuelle 55f5103dd8 Added sections to gallery of examples
Modified travis_script.sh to account for the new structure of the gallery

Added README.txt files in directories of gallery examples

Fixed references to gallery images in user guide pages

Fixed broken links
2015-12-19 15:28:15 +01:00
Steven Silvester 2aab4311c1 Remove debug print 2015-12-11 10:52:00 -06:00
Steven Silvester 4b6db6425e Fix matplotlib backend
Add a debug print

Try with qtagg

Try with qt4agg

Comment out failing test for now
2015-12-11 10:49:11 -06:00
John Wiggins 8c2d8e8e00 Remove sphinx from the optional dependencies 2015-09-13 13:11:48 +02:00
John Wiggins a445dda638 Put the docs build command on a single line. 2015-09-13 10:50:22 +02:00
John Wiggins 7e4c1d2b36 Allow a cache directory to be passed to the docs Makefile 2015-09-07 18:33:55 +02:00
John Wiggins 97ff3576bb Make sure sphinx is installed before building the docs on Travis 2015-09-06 15:42:08 +02:00
John Wiggins dc394abdf3 Try again with the sphinx build on Travis. 2015-09-06 12:14:36 +02:00
John Wiggins abd0f48473 Correct the docs build on Travis 2015-09-06 08:27:32 +02:00
John Wiggins d29c97f625 Fix the SPHINXBUILD define for Travis 2015-09-05 21:59:49 +02:00
John Wiggins 8721bee3ef Attempt to cache the sphinx-build intermediates on Travis. 2015-09-05 18:29:40 +02:00
Steven Silvester f50408319b Fix travis script syntax 2015-09-04 09:13:13 -05:00
Steven Silvester 39d069fbc8 More cleanup of installation 2015-09-04 08:54:28 -05:00
Steven Silvester 8d04db3bec Do not try optional dependencies on Py3.2 2015-09-04 08:29:52 -05:00
John Wiggins 0e46d2cd82 Make sure the pip in the virtualenv is upgraded.
Additionally, list the installed packages after each of the two installation
phases.
2015-09-01 08:59:15 +02:00
John Wiggins 8a5cc800cb Revert pip cache changes. Use pip's built-in retry. 2015-08-31 20:26:22 +02:00
John Wiggins 05e6c0cb76 Fix some things on Travis
- Now using the latest pip
- imread wasn't actually being installed
- Optional package installation uses a requirements file
- `python setup.py develop` instead of the previous two-step.
2015-08-30 13:50:03 +02:00
Stefan van der Walt 8860f8177b Merge pull request #1610 from blink1073/pyqt-test
Reinstate PyQt4 test on Travis
2015-07-15 16:50:30 -07:00
Steven Silvester 5285408a33 Try and install pyqt on the container 2015-07-15 08:25:01 -05:00
Steven Silvester 90da42fcde Make all of the pip installs quiet to try and fit in 10000 lines 2015-07-14 21:26:06 -05:00
Steven Silvester a939eb4ce6 Use a container and pip cache
Use container and pip cache

Add the sudo calls back in

Try removing sudo and the tk install

Skip show() call in novice doctest

Try not building docs and no libqt4-dev

Try the optional installs right away

Do not install PyQt4 or imread

Try without libfreeimage

Try and install libfreeimage outside of root

Another attempt at libfreeimage

Yet another attempt at libfreeimage

Use the travis whitelist

Try adding the sudo command

Try and build the docs

Install scikit-image first

Restore full build functionality

Fix whitespace

Remove unused tk import
2015-07-13 21:22:44 -05:00
Steven Silvester 1a612e53c7 Do not build docs on Py2.6
Do not build docs on PY2.6

Install more latex dependencies

Fix bash script syntax

Install dvipng
2015-02-07 16:41:21 -06:00
Steven Silvester 72218fb0d0 Install latex and dvipng
Install latex

Quiet down latex install

Install just the base latex

Another try at latex install
2015-02-07 16:41:07 -06:00
Steven Silvester be7154f23d Skip build on 3.2
Skip doc build on 3.2

Skip doc build on 3.2

Use block literal

Fix html make target

Revert change to threshold_isodata

Fix skimage.novice and thresholding warnings

Fix feature.__init__ __all__

Fix generic.py link

Doc reference fixes

Fix missing class member warnings

Add parallelization to the user guide toc

Remove unused automodule directives

Fix sub_dirs in gallery_index

Remove unused file and fix reference to api/api

Add missing links to user guide

Use pre-output links to images

Recover from Juan's doc 'upgrades'
2015-02-07 16:40:37 -06:00
Steven Silvester 09876408fc Fix some sphinx warnings and add to build
Fix some sphinx warnings

Add documentation build to test

Add documentation build to test

Remove change in numpydoc

Remove change in apigen

Add makefile target for html and add to travis script

Add a makefile target for html and add to travis script

Fix more sphinx warnings
2015-02-07 16:40:26 -06:00
Steven Silvester b14fa310b7 Shuffle some commands back to before_install 2014-12-14 15:37:29 -06:00
Steven Silvester 78974d93dc Fix section titles to avoid spaces 2014-12-14 12:26:49 -06:00
Steven Silvester 12248e18e7 Fix usage of set command
Fix usage of set command

Fix set command again

Fix mpl directory for python 2.7
2014-12-14 12:26:42 -06:00
Steven Silvester 91332bf348 Use our own retry command since travis_retry is not exported
Use our own retry command since travis_retry is not exported

Reinstate the MPL settings

Fix the order of the MPL settings

Fix the MPL versions

Streamline the section headers

Adjust min MPL requirement for the Ubuntu version

Force pip to not install matplotlib and scipy
2014-12-14 12:26:25 -06:00
Steven Silvester 0b4884a361 Switch to a single script to get the folds to work
Switch to a single script to get the folds to work

Replace the old install_min with this before_install script

Reinstate optional installs and add headers

move the display setup to the travis_script

Use force remove on temp directory

Always retry on pip

Fix the travis_retry pip alias

Source the before_install script and move the alias

Create bash functions for folding and export DISPLAY

Export fold functions

Make repip a function
2014-12-14 12:26:13 -06:00