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

aiidateam / aiida_core / 6644 / 8
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 04 Jul 2019 11:47AM UTC
Files 403
Run time 31s
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

04 Jul 2019 11:25AM UTC coverage: 69.563% (-0.08%) from 69.646%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

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.

22407 of 32211 relevant lines covered (69.56%)

0.7 hits per line

Source Files on job 6644.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2235
  • Travis Job 6644.8
  • a7575d80 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6638.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6647.7)
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