17 Commits

Author SHA1 Message Date
Josh Barnes d5ec02c2e6 Use newer conda version for recipe build test
Now that the latest version doesn't have the previously-encountered bug
2017-08-31 23:33:43 +01:00
Josh Barnes 36214f2e6f [lint] don't allow linting failure on Travis 2017-08-23 13:48:12 +01:00
Josh Barnes 4f6e525370 [CI] skip conda 4.3.14 on travis
Since it can't actually install anything because it throws TypeError
versions 4.3.14 through 4.3.16 are affected.
See https://github.com/conda/conda/issues/5033 for details.
2017-05-20 12:49:23 +01:00
Josh Barnes d5de7330dd [CI] notebook 5 is now default 2017-05-20 12:46:22 +01:00
Josh Barnes f4e8bd4198 [CI] use conda < 4.3.14
to avoid signal_handler bug seen on travis
    https://github.com/conda/conda/issues/5033

[skip appveyor]
2017-04-11 00:02:12 +01:00
Josh Barnes 810323d8e4 [CI] temporary fix for travis conda build
blacklist conda 4.3.14 and conda-build 2.1.6,2.1.7, as they cause travis condarecipe build to fail reporting a signal-releated TypeError.

Also alter tox script by adding conda-forge channel at lower priority than defaults

[skip Appveyor]
2017-03-17 21:08:20 +00:00
Josh Barnes d364ae9477 [CI] test for newer notebook & python versions
* notebook 4.3, 4.4, 5.0.0b1 (see https://github.com/jupyter/notebook/issues/2151)
 * python 3.6 on travis (appveyor doesn;t provide 3.6 yet)
2017-02-18 18:23:32 +00:00
Josh Barnes ae130323b5 [CI] *really* disable sauce_connect travis addon, which we aren't using anyway 2017-01-28 00:22:54 +00:00
Josh Barnes 4b519c3fc3 [CI] disable sauce_connect travis addon, which we aren't using anyway 2017-01-27 14:12:54 +00:00
Josh Barnes f8e66af6f5 [ci] split docs build and linkcheck to allow failures in linkcheck 2016-12-28 12:02:41 +00:00
Josh Barnes ff17c293c1 [ci] fix travis py33 python version (typo) 2016-12-28 11:30:38 +00:00
Josh Barnes 9968b0e6d1 [ci] require trusty dist on travis
to avoid complaints about the old 1.9.1 pandoc version provided on precise otherwise
2016-12-28 10:48:33 +00:00
Josh Barnes 898fe4d549 [docs] fix travis coverage-running test
[skip CI]
2016-12-18 11:55:37 +00:00
Josh Barnes 20e43c1d04 build conda recipe as part of travis checks 2016-11-24 13:11:24 +00:00
Josh Barnes c8b8ec2fa0 new docs build method
* build docs through tox environment
 * build docs on travis. Travis build checks that we haven't broken docs which would get pushed to rtd
 * generate docs directly from repo markdown using recommonmark, rather than converting into new files with pandoc
 * unpin recommonmark version
 * remove redundant makefiles, rely on tox to do our docs building (we don't really reliably support anything bar html/json generation anyway)
 * remove redundant conda `docs/environment.yml`
 * fix docs version using `.bumpversion.cfg`
 * update docs readme
2016-11-01 23:29:40 +00:00
Josh Barnes 20bfaaa5c1 IPython-notebook-extensions -> jupyter_contrib_nbextensions
replace references to IPython-notebook-extensions with jupyter_contrib_nbextensions
2016-07-27 23:56:24 +01:00
Josh Barnes 84ead096e8 add CI testing
* tests on travis and appveyor via tox
* codecov.yml for github status suppression
2016-07-24 00:10:45 +01:00