Juan Nunez-Iglesias
301c245bf6
Bump versions of numpy and scipy for appveyor
2016-07-16 20:33:40 -05:00
Juan Nunez-Iglesias
c8759dff84
Use PyPI numpy
2016-07-16 20:15:03 -05:00
Stefan van der Walt
fef4b0ec2e
Test on OSX
2016-04-14 02:13:19 -07:00
Egor Panfilov
0e6ccabd93
Removed Python 2.6 support and related checks
2016-04-02 00:03:48 +03:00
Josh Warner
c0553a0eb2
Merge pull request #2015 from blink1073/codecov
...
MAINT: Switch from coveralls -> codecov in CI build
2016-03-19 13:59:59 -07:00
Steven Silvester
a80e4c3b05
Move install to bash script
2016-03-18 23:16:39 -05:00
Stefan van der Walt
f8e03d475e
Use variables to control Travis build matrix
2016-03-18 13:45:30 -07:00
Stefan van der Walt
1134864317
Use --pre flag for Travis pip installs.
...
This way we can help NumPy and others test their pre-releases.
2016-03-18 13:45:30 -07:00
Evgeni Burovski
304660d287
BLD: bump the cython version to 0.23.4 on Travis
2016-02-20 17:29:13 +00:00
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
Steven Silvester
39e1bb9376
Lower required matplotlib version on 2.6 test
2015-12-23 05:54:21 -06:00
Steven Silvester
9e3b87c092
Merge pull request #1823 from emmanuelle/structure-gallery
...
Added sections to gallery of examples
2015-12-19 10:13:17 -06: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
Warren Weckesser
3251d3c07a
BLD: Increase the minimum pillow version to 2.1.0.
2015-12-15 12:30:43 -05:00
Stefan van der Walt
8be859829e
Re-enable pyamg, since release 3.0.2 closes #1788
...
This reverts commit a9b4e78934 .
2015-12-13 19:52:36 -08:00
Johannes Schönberger
7aa680ccd1
Merge pull request #1768 from stefanv/mailmap
...
Add preliminary mailmap
2015-12-13 22:27:11 -05:00
Stefan van der Walt
b0301a2119
Add preliminary mailmap and tool to generate it
2015-12-13 18:10:28 -08:00
Stefan van der Walt
a9b4e78934
Disable pyamg on Travis until #1788 is closed
2015-12-13 17:52:43 -08: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
Steven Silvester
4ccf7787a3
Remove 3.2 from travis build
2015-10-06 19:02:37 -05:00
Steven Silvester
730297def6
Use Dask 0.7.1 on Python 3.2
...
Try dask 0.7.2
Try dask 0.7.1
Fix comment
2015-10-03 13:34:14 -05:00
Steven Silvester
b272785409
Fix variable name
2015-09-18 21:33:35 -05:00
Steven Silvester
87dfaf3074
Fix variable name
2015-09-18 21:31:00 -05:00
Steven Silvester
e1c57be1c4
Encrypt token for target repo
2015-09-18 21:28:49 -05:00
François Boulogne
c1559041ab
DOC: fix env variable GH_TOCKEN
2015-09-18 21:24:50 -04:00
Steven Silvester
6f8cfc7001
Try with debug output
2015-09-18 10:16:54 -05:00
Steven Silvester
4c345666bd
gh-pages is the default target branch
2015-09-17 20:06:25 -05:00
Steven Silvester
82ad2a7fd0
Fix variable check
2015-09-17 12:34:39 -05:00
François Boulogne
7e150256cd
MAINT: remove check for TRAVIS_PULL_REQUEST (never false)
2015-09-17 08:20:08 -04:00
Stefan van der Walt
31dd5f4e16
Merge pull request #1702 from blink1073/fix-doc-build
...
Fix Travis docs push and add instructions
2015-09-16 11:38:52 -07:00
Steven Silvester
3345e95a53
Merge pull request #1699 from jwiggins/use-ccache
...
Enable ccache and Sphinx cache on Travis
2015-09-13 10:31:31 -05: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
Steven Silvester
16e15c0304
Fix doc build and add instructions
2015-09-06 07:49:08 -05: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
73b540ce80
Add the deploy_docs script
2015-09-04 21:33:04 -05: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
Josh Warner
4309d47239
FIX: Require networkx 1.9.1 for the 2.6 build
2015-08-13 17:39:25 -05:00
Steven Silvester
c8b0765c43
Try using debug and all skimage warnings
2015-07-15 21:01:13 -05:00