Last active
July 29, 2016 18:03
-
-
Save rouge8/575904470ebf6d175190779e229be5e6 to your computer and use it in GitHub Desktop.
flake8 PicklingError
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.pex | |
.tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print('hello world') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tox] | |
envlist = py27,py35 | |
skipsdist = true | |
[testenv] | |
deps = pex | |
commands = | |
pex https://github.com/PyCQA/flake8/archive/23de9a697af19b44f38fd953def167d222c21c6b.zip -c flake8 -o flake8.pex | |
./flake8.pex --verbose file.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment