diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-02 09:35:47 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-02 09:35:47 -0400 |
| commit | a9f3c9e6580b965867b863dbaa3ce54d98ec5015 (patch) | |
| tree | 46b630ddae75fabcc2526b3b4f0d37b32c0259ae | |
| parent | c271726ed871c3a34c2d39ff6d67f22570548c21 (diff) | |
| parent | 19eb6d269a393e05f48f78f17a8b22e01884d770 (diff) | |
| download | python-setuptools-git-a9f3c9e6580b965867b863dbaa3ce54d98ec5015.tar.gz | |
Merge pull request #567 from jayvdb/pyflakes
Use pyflakes
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b8aa2ca4..c64e22cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ env: - "" - LC_ALL=C LC_CTYPE=C script: + - pyflakes . - py.test diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..38675cb4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pyflakes |
