Merge pull request #143 from i386x/fix-custom-requirements

custom_requirements.txt: Add environment marker
This commit is contained in:
Till Maas 2020-01-09 19:38:30 +01:00 committed by GitHub
commit c94fea7617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'