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

modflowpy / flopy / 2413 / 3
73%
develop: 73%

Build:
DEFAULT BRANCH: develop
Ran 26 May 2020 10:19PM UTC
Files 201
Run time 32s
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

26 May 2020 09:54PM UTC coverage: 73.187% (-0.03%) from 73.214%
PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test

push

travis-ci

web-flow
fix(setup.py): read package name, version, etc. from version.py (#893)

Import of `__version__`, `__name__`, and `__author__` from `flopy` caused
failure of `setup.py` because of dependency of `flopy` on `numpy` with
python installations that did not already have `numpy` installed. Moved
all information needed by `setup.py` to `version.py` and update
`make-release.py` to retain `__name__`, `__author__`, and `__author_email__`
information in file after updating version numbers. Removed unintended
unmanaged dependency on `matplotlib` in `gridintersect.py` by wrapping
import in a try and except. In the case that `matplotlib` is not installed
and methods that depend on `matplotlib` are called then a
`ModuleNotFoundError` exception is issued.

Closes #892

* fix(setup.py): read package name, version, etc. from version.py

Import of __version__, __name__, and __author__ from flopy caused
failure of setup.py because of dependency of flopy on numpy with
python installations that did not already have numpy installed. Moved
all information needed by setup.py to version.py and update
make-release.py to retain __name__, __author__, and __author_email__
information in file after updating version numbers. Removed unintended
unmanaged dependency on matplotlib in gridintersect.py by wrapping
import in a try and except. In the case that matplotlib is not installed
and methods that depend on matplotlib are called then a
ModuleNotFoundError exception is issued.

Closes #892

35263 of 48182 relevant lines covered (73.19%)

0.73 hits per line

Source Files on job 2413.3 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test)
  • Tree
  • List 0
  • Changed 9
  • Source Changed 3
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2192
  • Travis Job 2413.3
  • b80a89c1 on github
  • Prev Job for PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test on develop (#2410.2)
  • Next Job for PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test on develop (#2416.2)
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