• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

scottclowe / fissa
83%
master: 78%

Build:
Build:
LAST BUILD BRANCH: ci_allow-suite2p-failure
DEFAULT BRANCH: master
Repo Added 03 Oct 2018 08:38PM UTC
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH ci_jupyter-env-command
branch: ci_jupyter-env-command
CHANGE BRANCH
x
Reset
  • ci_jupyter-env-command
  • 0.0
  • 0.1.2
  • 0.1.x
  • Suite2Pexample
  • Suite2Pexample3
  • add-stickler-config
  • appveyor_read-roi
  • binder
  • bug_allow-sequences
  • bug_deltaf-matlab-save
  • bug_fixed-seed-on-reroll
  • bug_isinstance-str
  • bug_ncore
  • bug_needlessly-redo-prep
  • bug_numpy-load-pickle
  • bug_pool-context
  • bug_py3-rois
  • bug_roi-offscreen
  • bug_roi-offscreen_0.7
  • bug_roitools-initial-diagonal
  • bug_setup-meta
  • bug_wipe-dowstream-outputs
  • ci_allow-suite2p-failure
  • ci_appveyor
  • ci_appveyor-conda
  • ci_appveyor2
  • ci_codecov-bash
  • ci_docs
  • ci_gha
  • ci_gha-conda
  • ci_improvements
  • ci_make-docs
  • ci_nbsmoke
  • ci_no-skip-appveyor
  • ci_osx-needed-except-pr
  • ci_pip-without-conda
  • ci_push-coverage
  • ci_py27
  • ci_py38
  • ci_reduce-jobs
  • ci_reduce-osx-jobs
  • ci_release-extra
  • ci_rename_oldest_deps
  • ci_test-more-things
  • ci_travis
  • ci_travis-fast-finish
  • ci_travis-osx-3
  • ci_travis-osx-4
  • ci_travis-osx-rel
  • ci_trim
  • dev_gitfiles
  • dev_precommit
  • doc+tst_binder-env
  • doc_add-badges
  • doc_add-changelog
  • doc_add-download-counter
  • doc_amend-folder-listing
  • doc_binder
  • doc_binder-old
  • doc_binder-test
  • doc_change-pypi-badge
  • doc_changelog-0.7.1
  • doc_changelog-0.7.2
  • doc_changelog-commit-link-text
  • doc_changelog-reformat
  • doc_ci-badge
  • doc_contrib-tags
  • doc_docfix
  • doc_docstring-tidy
  • doc_doi_lower_case
  • doc_example-scripts
  • doc_fix-docstrings
  • doc_fix-steps
  • doc_howtorelease-updates
  • doc_install-verification-with-ver-num
  • doc_link-to-citing
  • doc_nbviewer
  • doc_release-dist-needs-universal
  • doc_tidyup
  • enh2_python3-compliance
  • enh_functional
  • enh_matlab-save-path
  • enh_no-cache-option
  • jnb_grammar
  • maint_allow-sequences
  • maint_cannonise-version
  • maint_deltaf-smalldata
  • maint_doc_conf
  • maint_init-meta-import
  • maint_ncore1
  • maint_ospathjoin
  • maint_remove-neuropil-lowPassFilter
  • maint_scipy-imsave-dep
  • maint_setup-improvements
  • maint_setup-with-docs
  • maint_setuppy-splitlines
  • maint_tidy-up-things
  • master
  • mnt_ellipse-roi-type
  • mnt_mixed-list-ndarray
  • rel_0.6.5
  • rel_0.7.1
  • rel_0.7.2
  • rel_gpl-v3-license
  • rel_manifest
  • rel_min-deps
  • rel_min-deps-ipython
  • rel_min-deps2
  • rel_min-deps3
  • rel_py3.9
  • rel_python-requires
  • rel_require-past
  • rf_import-read-roi
  • rf_remove-neuropil-lowPassFilter
  • rf_tidy-up
  • sphinx-setup
  • swkeemink/Suite2Pexample
  • tst+bug_flexible-separate-tests
  • tst_add-tests
  • tst_readimagejrois
  • tst_rois2masks-unsupported
  • tst_test-core
  • tst_test-core2
  • tst_test-roitools
  • tst_tidy-up
  • tst_use-subtest
  • v0.0.x
  • v0.1.x

pending completion
273

push

travis-ci

scottclowe
REL: Specify panel requirement on Python<=3.5

The current release of Holoviews still claims to support Python 3.5.
However, it can not be installed on Python 3.5 with its current
installation requirements. The reason for this is an anomaly in
the release history of panel. We work around this problem by
specifying a maximum version requirement of panel for holoviews
when installing on Python 3.5.
More details of the problem are given below.

The new major release of bokeh, v2.0.0, dropped support for Python
3.5. This new python version requirement was specified in its
setup.py requirements.
To support the new bokeh API, panel was changed with what was
effectively a new major release with v0.9.0. This version of
bokeh is only for bokeh>=2.0.0, and this requirement was specified
in its setup.py requirements. However, panel did not change its
Python version requirements to >=3.6 until version 0.9.4.
This means that whenever one tries to install the latest available
version of panel on Python 3.5, pip will attempt to install version
0.9.3, and then fail because it is not possible to support the
bokeh>=2.0.0 requirement on Python 3.5. Consequently, all packages
which require panel and continue to support Python 3.5 need to
include an extra specification for the panel version on Python <3.6.

199 of 263 branches covered (75.67%)

Branch coverage included in aggregate %.

586 of 680 relevant lines covered (86.18%)

8.6 hits per line

Relevant lines Covered
Build:
Build:
680 RELEVANT LINES 586 COVERED LINES
8.6 HITS PER LINE
Source Files on ci_jupyter-env-command
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
273 ci_jupyter-env-command REL: Specify panel requirement on Python<=3.5 The current release of Holoviews still claims to support Python 3.5. However, it can not be installed on Python 3.5 with its current installation requirements. The reason for this is an anomaly in the... push 03 Apr 2020 03:00PM UTC scottclowe travis-ci pending completion  
272 ci_jupyter-env-command REL: Specify panel requirement on Python<=3.5 The current release of Holoviews still claims to support Python 3.5. However, it can not be installed on Python 3.5 with its current installation requirements. The reason for this is an anomaly in the... push 03 Apr 2020 11:59AM UTC scottclowe travis-ci pending completion  
271 ci_jupyter-env-command REL: Specify panel requirement on Python<=3.5 The current release of Holoviews still claims to support Python 3.5. However, it can not be installed on Python 3.5 with its current installation requirements. The reason for this is an anomaly in the... push 03 Apr 2020 11:31AM UTC scottclowe travis-ci pending completion  
270 ci_jupyter-env-command REL: Change out conditional bokeh req for panel req push 03 Apr 2020 11:11AM UTC scottclowe travis-ci pending completion  
269 ci_jupyter-env-command CI: Re-organise pip install commands so failure propagates push 03 Apr 2020 10:50AM UTC scottclowe travis-ci pending completion  
268 ci_jupyter-env-command REL: Specify max bokeh version for python<3.6 push 03 Apr 2020 10:31AM UTC scottclowe travis-ci pending completion  
267 ci_jupyter-env-command CI: Install packages with python -m pip To make sure they are installed by the environment copy of pip. push 03 Apr 2020 09:53AM UTC scottclowe travis-ci pending completion  
265 ci_jupyter-env-command CI: Call jupyter and ipython as a python modules Having problems with jupyter: command not found and /home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/IPython/core/interactiveshell.py:935: UserWarning: Attempting to... push 03 Apr 2020 09:34AM UTC scottclowe travis-ci pending completion  
264 ci_jupyter-env-command CI: Reset executable path cache to use executables in env Having problems with jupyter: command not found and /home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/IPython/core/interactiveshell.py:935: UserWarning: Atte... push 03 Apr 2020 09:25AM UTC scottclowe travis-ci pending completion  
263 ci_jupyter-env-command CI: Call jupyter and ipython as a python modules Having problems with jupyter: command not found and /home/travis/miniconda/envs/test-environment/lib/python3.6/site-packages/IPython/core/interactiveshell.py:935: UserWarning: Attempting to... push 03 Apr 2020 09:18AM UTC scottclowe travis-ci pending completion  
See All Builds (695)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc