Skip to content

Commit

Permalink
flake8 in travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Mar 15, 2016
1 parent 6313165 commit ce3d8e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ install:
- pip install -r requirements/test.txt

# command to run tests using coverage, e.g. python setup.py test
script: coverage run --source microbot runtests.py
script:
- flake8 microbot tests
- coverage run --source microbot runtests.py

after_success:
- coveralls

0 comments on commit ce3d8e6

Please sign in to comment.