diff --git a/.travis.yml b/.travis.yml index cd7f5649..3a1469e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: python python: - 3.6 install: - - pip install -r requirements-dev.txt + - pip install -q -r requirements-dev.txt script: - flake8 \ No newline at end of file