diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ca19c58..a4ffa00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ install: - "pip install -r client/requirements.txt" - "pip install python-coveralls" - "pip install coverage" + - "pip install flake8" +before_script: + - flake8 jasper.py client script: - "coverage run client/test.py --light" after_success: |
