aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2017-06-11 16:18:40 +1200
committerAldo Cortesi <aldo@nullcube.com>2017-06-11 16:18:40 +1200
commitfd68eca35112ad672f008fe9e4a6e687469af425 (patch)
treed140b2ead1285a60d9ded3f557f9f0a2850572bc /tox.ini
parent816a51b6c8fd1da99b45831429d373d836082eef (diff)
downloadmitmproxy-fd68eca35112ad672f008fe9e4a6e687469af425.tar.gz
mitmproxy-fd68eca35112ad672f008fe9e4a6e687469af425.tar.bz2
mitmproxy-fd68eca35112ad672f008fe9e4a6e687469af425.zip
Keep emojis out of tox.ini
This breaks config parsers like the one used by flake8. Also... emojis? In a config file?
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c5e2d5fc..0859ddae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,8 +54,8 @@ commands =
deps =
-rrequirements.txt
-e./release
- # The 3.2 release is broken 🎉
- # the next commit after this updates the bootloaders, which then segfault! 🎉
+ # The 3.2 release is broken
+ # the next commit after this updates the bootloaders, which then segfault!
# https://github.com/pyinstaller/pyinstaller/issues/2232
git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c; sys_platform == 'win32'
git+https://github.com/mhils/pyinstaller.git@d094401e4196b1a6a03818b80164a5f555861cef; sys_platform != 'win32'