From fba2cc63736fa9d522fdc90d2d3cae1ff4aeaa90 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sun, 22 May 2016 00:35:09 -0700 Subject: Fixed additional reference to pep8.py in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8771cca..ee069e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip list script: - python pycodestyle.py --testsuite testsuite - - python pycodestyle.py --statistics pep8.py + - python pycodestyle.py --statistics pycodestyle.py - python pycodestyle.py --doctest - python setup.py test -- cgit v1.2.1