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

modflowpy / flopy / 2413
73%

Build:
DEFAULT BRANCH: develop
Ran 26 May 2020 10:16PM UTC
Jobs 5
Files 201
Run time 4min
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
2413

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

24 of 24 new or added lines in 3 files covered. (100.0%)

35225 of 48089 relevant lines covered (73.25%)

3.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2413.1 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=misc) 26 May 2020 10:16PM UTC 0
15.0
Travis Job 2413.1
2 2413.2 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 26 May 2020 10:19PM UTC 0
73.19
Travis Job 2413.2
3 2413.3 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 26 May 2020 10:19PM UTC 0
73.19
Travis Job 2413.3
4 2413.4 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 26 May 2020 10:18PM UTC 0
73.19
Travis Job 2413.4
5 2413.5 (PYTHONPATH=$PYTHONPATH:. RUN_TYPE=test) 26 May 2020 10:19PM UTC 0
73.45
Travis Job 2413.5
Source Files on build 2413
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2413
  • b80a89c1 on github
  • Prev Build on develop (#2410)
  • Next Build on develop (#2416)
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