From 4d5f3e405cc3e587cdbc52d4e0828a6ece4eaf95 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 21 May 2016 11:43:02 -0700 Subject: Updated Travis configuration for package rename --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3149cbd..8771cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ install: - pip install -e . - pip list script: - - python pep8.py --testsuite testsuite - - python pep8.py --statistics pep8.py - - python pep8.py --doctest + - python pycodestyle.py --testsuite testsuite + - python pycodestyle.py --statistics pep8.py + - python pycodestyle.py --doctest - python setup.py test notifications: -- cgit v1.2.1