Skip to content

Commit

Permalink
adding lint checks to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 2, 2018
1 parent 870ff08 commit fc60529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ install:
- pip install -e .

script:
- echo "Starting Linting Tests"
- flake8 .
- pycodestyle --exclude=./simulations,.tox,.eggs
- echo "Starting Unit Tests"
- python setup.py test

0 comments on commit fc60529

Please sign in to comment.