Skip to content

Commit

Permalink
custom_requirements.txt: Simplify environment marker
Browse files Browse the repository at this point in the history
  • Loading branch information
i386x committed Jan 9, 2020
1 parent c553229 commit 8448660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: MIT

# Write requirements for running your custom commands in tox here:
PyYAML; python_version >= '2.7' and python_version != '3.0' and python_version != '3.1' and python_version != '3.2' and python_version != '3.3' and python_version != '3.4'
PyYAML; python_version == '2.7' or python_version >= '3.5'

0 comments on commit 8448660

Please sign in to comment.