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

OpenDataAnalytics / gaia / 721 / 3
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2018 01:00PM UTC
Files 13
Run time 3s
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

16 Apr 2018 01:39PM UTC coverage: 73.104%. Remained the same
TRAVIS_PYTHON_VERSION="2.7"

Pull #115

travis-ci

web-flow
Fix argparse pinning.

argparse was pinned to version 1.3 for python < 3.  argparse version
1.2.1 is built in to Python 2.7.  Version 1.3 adds alias support, which
is not used by gaia.  The pinned version doesn't install in a Python 2.7
virtualenv, resulting in the inability to import Gaia.

I've changed this so only Python 2.6 will import argparse.  Perhaps we
should remove support for Python 2.6, in which case we could remove
argparse as a requirement, since it is built in to Python 2.7 and
>=3.2.
Pull Request #115: Fix argparse pinning.

1128 of 1543 relevant lines covered (73.1%)

0.73 hits per line

Source Files on job 721.3 (TRAVIS_PYTHON_VERSION="2.7")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 710
  • Travis Job 721.3
  • 5856b945 on github
  • Prev Job for TRAVIS_PYTHON_VERSION="2.7" on master (#704.1)
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