summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-02 09:35:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-02 09:35:47 -0400
commita9f3c9e6580b965867b863dbaa3ce54d98ec5015 (patch)
tree46b630ddae75fabcc2526b3b4f0d37b32c0259ae
parentc271726ed871c3a34c2d39ff6d67f22570548c21 (diff)
parent19eb6d269a393e05f48f78f17a8b22e01884d770 (diff)
downloadpython-setuptools-git-a9f3c9e6580b965867b863dbaa3ce54d98ec5015.tar.gz
Merge pull request #567 from jayvdb/pyflakes
Use pyflakes
-rw-r--r--.travis.yml1
-rw-r--r--requirements.txt1
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