Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b38a951

Browse files
committed
Minor edit to restart Travis
Travis failed with unrelated issues (connection timeout to coveralls).
1 parent d984d2b commit b38a951

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/matplotlib/sphinxext/tests/tinypages

lib/matplotlib/sphinxext/tests/tinypages/range6.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def range4():
77

88

99
def range6():
10+
'''This is the function that should be executed.'''
1011
plt.figure()
1112
plt.plot(range(6))
1213
plt.show()

0 commit comments

Comments
 (0)