From d56eb4c8eeb58aa571fd3aa6a14e7442bb2b26f5 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Sat, 27 Jul 2019 22:42:26 -0400 Subject: rename format.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c821af2..5e311a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - pip install https://github.com/un33k/pyflakes/tarball/master before_script: - - "bash pycodestyle.sh" + - "bash format.sh" - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pyflakes -x W slugify; fi script: coverage run --source=slugify test.py -- cgit v1.2.1