Skip to content

Commit

Permalink
closes kolypto#39: forgot some debugging code in setup.py :((
Browse files Browse the repository at this point in the history
  • Loading branch information
kolypto committed Jun 4, 2019
1 parent f042b46 commit 25a0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# PyYAML 3.11 was the last to support Python 2.6
# This code limits pyyaml version for older pythons
pyyaml_version = 'pyyaml >= 3.10' # fresh
if sys.version_info[:2] == (2, 6) or True:
if sys.version_info[:2] == (2, 6):
pyyaml_version = 'pyyaml<=3.11'


Expand Down

0 comments on commit 25a0ff5

Please sign in to comment.