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

jakelishman / qutip / 213 / 2
65%
master: 66%

Build:
Build:
LAST BUILD BRANCH: update-citation
DEFAULT BRANCH: master
Ran 16 Nov 2020 11:26PM UTC
Files 125
Run time 7s
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

16 Nov 2020 11:05PM UTC coverage: 64.518%. First build
_CONDA_SUFFIX="Linux-x86_64"

push

travis-ci-com

jakelishman
Fix setting of Python version in .travis.yml

The environment variable TRAVIS_PYTHON_VERSION does not get set until
after the environment variable section has already run, so the previous
version just set _PYTHON_VERSION to an empty variable.  This then caused
conda to install the current version of Python, rather than the
targetting version.

We set _PYTHON_VERSION in an `if` test so that the Mac versions can be
neatly overridden in the environment setup with explicit values.  We
have to use the
    [[ -z "$_PYTHON_VERSION" ]]
test syntax rather than the more modern and robust
    [[ ! -v _PYTHON_VERSION ]]
because the Travis macOS machines only have bash 3.2 (released 2006) and
the latter syntax is in bash 4.2 (released 2011).  Thanks, Apple!

12314 of 19086 relevant lines covered (64.52%)

0.65 hits per line

Source Files on job 213.2 (_CONDA_SUFFIX="Linux-x86_64")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25
  • Travis Job 213.2
  • b4f48990 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

© 2026 Coveralls, Inc