Skip to content

Commit

Permalink
Run Pylint in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Sep 10, 2017
1 parent 6832ae8 commit 90a34e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ python:
- "pypy"
- "pypy3"
install:
- pip install -e .[test,docs]
- pip install -e .[development,test,docs]
- pip install coveralls
script:
- pylint -ry valve/ || true
- py.test -ra -v tests/
- sphinx-build -vwT -b html docs/ _build/html
after_success:
Expand Down

0 comments on commit 90a34e7

Please sign in to comment.