mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Ignored python2-specific code on coverage report.
This commit is contained in:
parent
868bd149f5
commit
e1f8f0254a
@ -8,5 +8,5 @@ import six
|
|||||||
# ### LONG ###
|
# ### LONG ###
|
||||||
if six.PY3:
|
if six.PY3:
|
||||||
long = int
|
long = int
|
||||||
else:
|
else: # pragma: no cover
|
||||||
long = long
|
long = long
|
||||||
|
Loading…
Reference in New Issue
Block a user