Skip to content

Commit

Permalink
Exclude lifo on Python 2 where it's unsupported.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 15, 2018
1 parent 43c586c commit 3f8c4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

collect_ignore += [
'jaraco/financial/paychex.py',
'jaraco/financial/lifo.py',
] if sys.version_info < (3,) else []

0 comments on commit 3f8c4a6

Please sign in to comment.