diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-11-19 13:58:52 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-11-19 13:58:52 -0800 |
| commit | 1b5f177731f3487bb0aa6e591ee734886a2d2328 (patch) | |
| tree | 89298216c3d3a59cebce147f823c07dc7b282dac /tox.ini | |
| parent | 1911c203a13826d2eb03d582d60874b91e36f4fc (diff) | |
| download | pyflakes-future_proof.tar.gz | |
Make pyflakes more resistant to syntax additionsfuture_proof
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ envlist = [testenv] deps = flake8==3.6.0 +setenv = PYFLAKES_ERROR_UNKNOWN=1 commands = python -m unittest discover pyflakes flake8 pyflakes setup.py |
