From 7afa90b7695098f5dfa5e0b2e5609c68f0ea170d Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 6 Jan 2018 19:32:51 +0000 Subject: [PATCH] Fix travis reference to pycodestyle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b06c1734..4a136be91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - python: 3.6 env: TOXENV=py36 - python: 3.6 - env: TOXENV=pep8 + env: TOXENV=pycodestyle install: - pip install --requirement requirements.txt