From 58a592d42534764d5437266994936c77606d7b9e Mon Sep 17 00:00:00 2001 From: clenk Date: Wed, 5 Apr 2017 17:44:52 -0400 Subject: [PATCH] Update Travis requirements installation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9a0bfb..b5b36e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.6" install: - pip install -U pip setuptools - - pip install tox-travis + - pip install tox-travis pre-commit script: - tox - pre-commit run --all-files