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

lucyparsons / OpenOversight / 390 / 1
89%
develop: 89%

Build:
DEFAULT BRANCH: develop
Ran 05 May 2017 06:22PM UTC
Files 16
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

05 May 2017 06:19PM UTC coverage: 88.993%. Remained the same
390.1

push

travis-ci

web-flow
Make the fabfile backup and deploy better (#246)

DEPLOY.md (and, coincidentally, OO in staging and prod) asserts the
existence of a virtualenv but doesn't actually manage it very well. So,
for instance, the `pip install` command in `fabfile.py` installs
`requirements.txt`, but for some reason has a good chance of doing it in
the system python context. Which is not ideal, to say the least, because
user `nginx` can't write to `/usr` to populate these, and people who
think they've deployed a new dep may see the deployed service fail to
start. This change makes the virtualenv usage a little more explicit:
we're spawning a gunicorn installed and managed by the virtualenv, and
we're running the pip/python explicitly from the venv.

Also, the backup dumped the sql twice and gave it a name that
didn't sort lexicographically. This fixes that.

663 of 745 relevant lines covered (88.99%)

0.89 hits per line

Source Files on job 390.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 390
  • Travis Job 390.1
  • 9e64b0cf on github
  • Prev Job for on develop (#387.1)
  • Next Job for on develop (#395.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc