Travis: Install dependencies before running tests
This commit is contained in:
parent
e48b23e163
commit
3172450f2f
@ -1,5 +1,7 @@
|
||||
dist: trusty
|
||||
language: python
|
||||
install:
|
||||
- pip install pep8 flake8
|
||||
script:
|
||||
- pep8 .
|
||||
- flake8 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user