Merge pull request #1 from fnordahl/travis

Travis: Install dependencies before running tests
This commit is contained in:
Frode Nordahl 2018-01-31 13:26:38 +01:00 committed by GitHub
commit d626cbbc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 .