Skip to content

Commit

Permalink
custom_requirements.txt: Add environment marker
Browse files Browse the repository at this point in the history
Specify on which environments PyYAML should be installed to prevent
failing pip install.
  • Loading branch information
i386x committed Jan 9, 2020
1 parent cbe1e1e commit 668e5fb
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
PyYAML; python_version == '2.7' or python_version >= '3.5'

0 comments on commit 668e5fb

Please sign in to comment.