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

t4ngo / sphinxcontrib-traceables / 44
82%

Build:
DEFAULT BRANCH: master
Ran 30 Jan 2019 02:58PM UTC
Jobs 5
Files 9
Run time 1min
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
44

Pull #10

travis-ci

Stephan Linz
Port tests to Python 3

- try to import HTMLParser from new module html.parser, fall back
  for Python 2 to import from old module HTMLParser
- byte stream from file to internal unicode with decode('utf-8')
- print statement as print() function

Known issue:
------------

Some test cases in tests/test_filter.py will fail when use the ast
module in Python 3 --> exclude them until it is solved.  Error is:

======================================================================
ERROR: test_filter.test_filter_operators
----------------------------------------------------------------------
Traceback (most recent call last):
  File ".../.tox/py35-sphinx1.3/lib/python3.5/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File ".../tests/test_filter.py", line 75, in test_filter_operators
    assert match("version in [1.1, 1.2, -4]") is True
  File ".../tests/test_filter.py", line 42, in match
    return matcher.matches(identifier_values)
  File ".../sphinxcontrib/traceables/filter.py", line 50, in matches
    return visitor.visit(self.expression_tree)
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 67, in visit_Module
    return self.visit(node.body[0])
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 70, in visit_Expr
    return self.visit(node.value)
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 96, in visit_Compare
    right = self.visit(node.comparators[0])
  File "/usr/lib/python3.5/ast.py", line 245, in visit
    return visitor(node)
  File ".../sphinxcontrib/traceables/filter.py", line 87, in visit_List
    return tuple(self.visit(element) for element in node.elts)
  File ".../sphinxcontrib/traceables/filter.py", line 87, in <genexpr>
    return tuple(self.visit(element) fo... (continued)
Pull Request #10:

975 of 1183 relevant lines covered (82.42%)

4.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 44.1 30 Jan 2019 02:58PM UTC 0
82.42
Travis Job 44.1
2 44.2 30 Jan 2019 02:59PM UTC 0
82.42
Travis Job 44.2
3 44.3 30 Jan 2019 02:58PM UTC 0
82.42
Travis Job 44.3
4 44.4 30 Jan 2019 02:58PM UTC 0
82.42
Travis Job 44.4
5 44.5 30 Jan 2019 02:58PM UTC 0
82.42
Travis Job 44.5
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #44
  • Pull Request #10
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