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

abo-abo / lispy / 1023
63%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2017 11:34AM UTC
Jobs 1
Files 2
Run time 0s
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
1023

push

travis-ci

abo-abo
lispy.el (lispy--insert-eval-result): Improve for Python

Improve the way dictionary and vector results are inserted.

Example 1, press "2e":

    dict (zip (range (1, 10), range (21, 30)))
    # =>
    # {1: 21,
    #  2: 22,
    #  3: 23,
    #  4: 24,
    #  5: 25,
    #  6: 26,
    #  7: 27,
    #  8: 28,
    #  9: 29}

Example 2, press "2e", vectors are filled instead:

    dict (zip (range (1, 100), range (21, 130))).items ()
    # =>
    # dict_items([(1, 21), (2, 22), (3, 23), (4, 24), (5, 25), (6, 26), (7,
    # 27), (8, 28), (9, 29), (10, 30), (11, 31), (12, 32), (13, 33), (14,
    # 34), (15, 35), (16, 36), (17, 37), (18, 38), (19, 39), (20, 40), (21,
    # 41), (22, 42), (23, 43), (24, 44), (25, 45), (26, 46), (27, 47), (28,
    # 48), (29, 49), (30, 50), (31, 51), (32, 52), (33, 53), (34, 54), (35,
    # 55), (36, 56), (37, 57), (38, 58), (39, 59), (40, 60), (41, 61), (42,
    # 62), (43, 63), (44, 64), (45, 65), (46, 66), (47, 67), (48, 68), (49,
    # 69), (50, 70), (51, 71), (52, 72), (53, 73), (54, 74), (55, 75), (56,
    # 76), (57, 77), (58, 78), (59, 79), (60, 80), (61, 81), (62, 82), (63,
    # 83), (64, 84), (65, 85), (66, 86), (67, 87), (68, 88), (69, 89), (70,
    # 90), (71, 91), (72, 92), (73, 93), (74, 94), (75, 95), (76, 96), (77,
    # 97), (78, 98), (79, 99), (80, 100), (81, 101), (82, 102), (83, 103),
    # (84, 104), (85, 105), (86, 106), (87, 107), (88, 108), (89, 109), (90,
    # 110), (91, 111), (92, 112), (93, 113), (94, 114), (95, 115), (96,
    # 116), (97, 117), (98, 118), (99, 119)])

3476 of 5558 relevant lines covered (62.54%)

49.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1023.1 (emacs=emacs-snapshot) 11 Feb 2017 11:34AM UTC 0
62.54
Travis Job 1023.1
Source Files on build 1023
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1023
  • 76983f97 on github
  • Prev Build on master (#1022)
  • Next Build on master (#1024)
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