Travis: Install dependencies before running tests

This commit is contained in:
Frode Nordahl 2018-01-31 13:16:48 +01:00
parent e48b23e163
commit 3172450f2f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
dist: trusty
language: python
install:
- pip install pep8 flake8
script:
- pep8 .
- flake8 .