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

aiidateam / aiida_core / 6644
74%

Build:
DEFAULT BRANCH: develop
Ran 04 Jul 2019 11:38AM UTC
Jobs 4
Files 403
Run time 10min
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
6644

push

travis-ci

sphuber
Fix problem of dependency requirements in `setup_requires` of `pymatgen` (#3124)

The dependency `pymatgen` builds from source on any platform but MacOS
and include the requirement `numpy>=1.14` in its `setup_requires`. The
`setup_requires` rules are dealt with by `easy_install` which will
ignore the rules we put in our `install_requires`. On top of that, it is
not very strict with versioning and will install release candidates as
well. Since `numpy==1.17.1rc1` has been released, `easy_install` started
installing this, but this has dropped support for python 2, thus failing
all builds on that platform. The temporary fix is a hack by installing
`numpy==1.16.4` before we start our own install process.

23945 of 32211 relevant lines covered (74.34%)

2.75 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6644.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Jul 2019 11:38AM UTC 0
68.07
Travis Job 6644.5
6 6644.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Jul 2019 11:45AM UTC 0
68.02
Travis Job 6644.6
7 6644.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Jul 2019 11:44AM UTC 0
69.65
Travis Job 6644.7
8 6644.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Jul 2019 11:47AM UTC 0
69.56
Travis Job 6644.8
Source Files on build 6644
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6644
  • a7575d80 on github
  • Prev Build on develop (#6638)
  • Next Build on develop (#6647)
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