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

abo-abo / lispy / 1175
63%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2018 07:07PM UTC
Jobs 2
Files 2
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
1175

push

travis-ci

abo-abo
le-python.el (lispy--eval-python): Don't split off last line on SyntaxError

Fixes abo-abo/lpy#10

The idea of splitting off the last line for a separate eval is to make
the following work (works differently in the basic Python shell):

    #* :
    print("test1")
    print("test2")
    x = 2 + 2
    # => test1
    #    test2
    #    4

The problem can come up that splitting results in a SyntaxError:

    #* :

    mylist = []
    mylist.append([
        'a',
        'b',
        'c'
    ])

In that case, eval again without a split.

3598 of 5831 relevant lines covered (61.7%)

99.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1175.1 (emacs=emacs25) 05 Apr 2018 07:09PM UTC 0
61.7
Travis Job 1175.1
2 1175.2 (emacs=emacs-snapshot) 05 Apr 2018 07:07PM UTC 0
61.7
Travis Job 1175.2
Source Files on build 1175
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1175
  • a7e1cf74 on github
  • Prev Build on master (#1174)
  • Next Build on master (#1180)
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