Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use correct environment marker syntax
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 2, 2017
1 parent 562b7ac commit 56d52b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def run_tests(self):
with open('requirements.txt', 'r') as fh:
dependencies = [l.strip() for l in fh]

extras = {':python_version == 3.3': ['enum34']}
extras = {':python_version == "3.3"': ['enum34']}

with open('requirements-extras.txt', 'r') as fh:
extras['extras'] = [l.strip() for l in fh][1:]
Expand Down

0 comments on commit 56d52b0

Please sign in to comment.