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

DavidCain / mitoc-member / 46
95%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2019 03:03AM UTC
Jobs 1
Files 24
Run time 6s
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
46

push

travis-ci

DavidCain
Cache pip directory between builds

See: https://docs.travis-ci.com/user/caching/

We install `poetry` using `pip`, so caching pip itself will speed up the
installation of `pypoetry`! In our `.travisy.yml`, we might consider
installing `poetry` with a shell script: using `pip` places `poeytry`
(and its deps) into the virtualenv which technically pollutes our
testing venv.

Caching the `.cache/pypoetry` dir will speed up `poetry install` too,
since that's where the venv lives! See:

https://poetry.eustace.io/docs/configuration/#settingsvirtualenvspath-string

This configuration is lifted directly from the `.travis.yml` in `poetry`
itself.

76 of 81 branches covered (93.83%)

Branch coverage included in aggregate %.

746 of 784 relevant lines covered (95.15%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 46.1 (FLASK_APP=autoapp.py) 20 Aug 2019 03:03AM UTC 0
95.03
Travis Job 46.1
Source Files on build 46
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #46
  • fedfc5f4 on github
  • Prev Build on master (#42)
  • Next Build on master (#47)
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