Skip to content

Commit affcaf3

Browse files
committed
Merge pull request #86 from rbuck/master
Get dependencies status and code health stats.
2 parents 5ad928b + bb319bb commit affcaf3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ NuoDB - Python
33

44
.. image:: https://travis-ci.org/nuodb/nuodb-python.svg?branch=master
55
:target: https://travis-ci.org/nuodb/nuodb-python
6+
.. image:: https://gemnasium.com/nuodb/nuodb-python.svg
7+
:target: https://gemnasium.com/nuodb/nuodb-python
8+
.. image:: https://landscape.io/github/nuodb/nuodb-python/master/landscape.svg?style=flat
9+
:target: https://landscape.io/github/nuodb/nuodb-python/master
10+
:alt: Code Health
611

712
This is the official Python package for `NuoDB <http://www.nuodb.com>`_.
813

tests/nuodb_stress_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_million_reads(self):
2525

2626
for i in range(100):
2727
cursor.execute("INSERT INTO hundred VALUES (?)", [i])
28-
connection.commit();
28+
connection.commit()
2929

3030
cursor.execute("SELECT ? FROM hundred AS a1, hundred AS a2, hundred AS a3", [alphabet])
3131

0 commit comments

Comments
 (0)