Skip to content

Commit

Permalink
Merge pull request #6 from clementval/master
Browse files Browse the repository at this point in the history
Fix travis config file name
  • Loading branch information
clementval authored Oct 31, 2018
2 parents 96c67e4 + 9fa8dad commit 9fb7f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yaml → .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dist: trusty

python:
- "2.7"
install:
- "pip install flake8"

script:
- flake8 generate_dep.py
Expand Down

0 comments on commit 9fb7f47

Please sign in to comment.