Skip to content

Instantly share code, notes, and snippets.

@rouge8
Last active July 29, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rouge8/575904470ebf6d175190779e229be5e6 to your computer and use it in GitHub Desktop.
Save rouge8/575904470ebf6d175190779e229be5e6 to your computer and use it in GitHub Desktop.
flake8 PicklingError
print('hello world')
[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