From cff6a16ba11cbf3f33a1cf8b21c5926083ae2a20 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 2 Oct 2015 15:38:22 +0200 Subject: [PATCH] fixed typo in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36b6f8d629d..3c4881f0161 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: script: - flake8 aiohttp - - if python -c "import sys; sys.exit(sys.version_info >= (3,5)"; then + - if python -c "import sys; sys.exit(sys.version_info >= (3,5))"; then flake8 examples tests; fi - coverage run --source=aiohttp setup.py test