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

alcarney / stylo / 307
74%

Build:
DEFAULT BRANCH: develop
Ran 27 Dec 2018 07:24PM UTC
Jobs 3
Files 43
Run time 6min
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
307

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

Jobs
ID Job ID Ran Files Coverage
1 307.1 27 Dec 2018 07:24PM UTC 0
Travis Job 307.1
3 307.3 27 Dec 2018 07:27PM UTC 0
92.35
Travis Job 307.3
5 307.5 27 Dec 2018 07:30PM UTC 0
Travis Job 307.5
Source Files on build 307
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #307
  • b16dfd3a on github
  • Prev Build on develop (#277)
  • Next Build on develop (#310)
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