mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-21 17:56:30 +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 ###
|
||||
if six.PY3:
|
||||
long = int
|
||||
else:
|
||||
else: # pragma: no cover
|
||||
long = long
|
||||
|
Loading…
Reference in New Issue
Block a user