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

alcarney / stylo / 307 / 3
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 27 Dec 2018 07:27PM UTC
Files 43
Run time 4s
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

27 Dec 2018 07:15PM UTC coverage: 92.348%. Remained the same
307.3

push

travis-ci

web-flow
Convert to using Poetry (#77)

Instead of using `pip`, `pipenv` and `setuptools` development is now centered around using `poetry`. This introduces the following changes

- `setup.py` is no longer used to define the package, this is done using `pyproject.toml`
- `Pipfile` and `Pipfile.lock` are no longer used to define dependencies, this is done using `pyproject.toml` and `poetry.lock`
- `setuptools` are no longer used to build `sdist` and `wheel` packages, this is done via the `poetry build` command.

Additionally the following changes to Travis have been made
- We are no longer using `tox` mostly because I couldn't figure out how to use it with `poetry`...
- Python packages are now cached so the `pip install` sections should be much faster
- We now use Travis build stages, so linting, tests, documentation and deploy are now all separate stages

1050 of 1137 relevant lines covered (92.35%)

0.92 hits per line

Source Files on job 307.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 272
  • Travis Job 307.3
  • b16dfd3a on github
  • Prev Job for TOXENV=py36 on develop (#277.2)
  • Next Job for on develop (#310.3)
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