Files
typeshed/runtests.sh
Lukasz Langa 79d8757f1f Enable flake8 tests
Ran both by Travis and locally. There's some setup required, README updated.
A few important Flake8 checks are still disabled, we're going to enable them as
soon as the stubs are fixed and we can reliably run Flake8 locally with Python
3.6.
2016-12-20 04:07:44 -08:00

6 lines
78 B
Bash
Executable File

#!/bin/sh
./tests/mypy_test.py
./tests/pytype_test.py
./tests/flake8_test.py