Skip to content

Commit

Permalink
added pylint to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jun 22, 2020
1 parent f3279e8 commit 4b31e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
# command to install dependencies
install:
- pip install codecov
- pip install pylint
- pip install python-coveralls
- pip install coverage==4.5.4
- pip install -r requirements.txt
- pip install .
# command to run tests
script:
- nosetests --with-coverage
- pylint nanonet
branches:
only:
- master
Expand Down

0 comments on commit 4b31e82

Please sign in to comment.