diff --git a/.travis.yml b/.travis.yml index 3a1469e52..bd852dbad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: - 3.6 + install: - - pip install -q -r requirements-dev.txt + - pip install -r requirements-dev.txt script: - - flake8 \ No newline at end of file + - flak8 \ No newline at end of file