Keep emojis out of tox.ini

This breaks config parsers like the one used by flake8. Also... emojis? In a
config file?
This commit is contained in:
Aldo Cortesi 2017-06-11 16:18:40 +12:00
parent 816a51b6c8
commit fd68eca351
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ commands =
deps = deps =
-rrequirements.txt -rrequirements.txt
-e./release -e./release
# The 3.2 release is broken 🎉 # The 3.2 release is broken
# the next commit after this updates the bootloaders, which then segfault! 🎉 # the next commit after this updates the bootloaders, which then segfault!
# https://github.com/pyinstaller/pyinstaller/issues/2232 # https://github.com/pyinstaller/pyinstaller/issues/2232
git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c; sys_platform == 'win32' git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c; sys_platform == 'win32'
git+https://github.com/mhils/pyinstaller.git@d094401e4196b1a6a03818b80164a5f555861cef; sys_platform != 'win32' git+https://github.com/mhils/pyinstaller.git@d094401e4196b1a6a03818b80164a5f555861cef; sys_platform != 'win32'