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

alvinwan / timefhuman / 58
99%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2020 03:36AM UTC
Jobs 1
Files 7
Run time 1s
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
58

push

travis-ci-com

web-flow
Remove tests_require from install_requires (#16)

* Remove tests_require from install_requires

Currently there's no easy way to `pip install` the package without overwriting the environment's pytest version with the pretty outdated 3.7.1. This change means the package itself does not come with any dependencies, and test dependencies can be installed by `pip install timefhuman[test]`.

I expect this is going to break CI, so I'm just doing this directly and I'll fix any issues once they arise.

Solution as per https://github.com/pypa/pip/issues/1197.

* typo fix :)

* Replace setup.py install with pip install

pip install does the same thing, and handles the [test] extra.

Reference: https://bitbucket.org/tarek/distribute/issues/130/how-can-i-install-extras_require-with

* Prevent pytest collection of test.py in main dir

* Move test.py into tests directory

This is the only explanation I have for the coverage drop :|

* Add timefhuman to pytest

the coverage drop is probably all docstrings!

* Revert test.py move

For some reason it's crashing tests, which may be a good idea to look into... separate issue, though.

617 of 624 relevant lines covered (98.88%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 58.1 04 Apr 2020 03:36AM UTC 0
98.88
Travis Job 58.1
Source Files on build 58
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #58
  • 5f8c2510 on github
  • Prev Build on master (#49)
  • Next Build on master (#59)
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