Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Apr 28, 2015
1 parent 4dcd8b7 commit c2fe821
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 @@ -50,7 +50,7 @@ def run_tests(self):
'psycopg2==2.6',
'boto3==0.0.16',
'PyMySQL==0.6.6'
] + ['importlib==1.0.3'] if sys.version_info[:2] == (2, 6) else [],
] + (['importlib==1.0.3'] if sys.version_info[:2] == (2, 6) else []),
tests_require=[
'pytest',
'mock'
Expand Down

0 comments on commit c2fe821

Please sign in to comment.