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

jakelishman / qutip / 211
63%
master: 66%

Build:
Build:
LAST BUILD BRANCH: update-citation
DEFAULT BRANCH: master
Ran 14 Nov 2020 01:55AM UTC
Jobs 1
Files 128
Run time 5s
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

pending completion
211

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!

14141 of 22380 relevant lines covered (63.19%)

0.63 hits per line

Jobs
ID Job ID Ran Files Coverage
2 211.2 (_CONDA_SUFFIX="Linux-x86_64") 14 Nov 2020 01:55AM UTC 0
63.19
Travis Job 211.2
Source Files on build 211
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #211
  • 66685e9e 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