Skip to content

Commit

Permalink
travis: actually install pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Mar 1, 2017
1 parent f2b8b84 commit a9eb23b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ python:
- '2.7'
- '3.4'
- '3.5'
#install:
# - pip install --quiet -r ci/requirements.txt
install:
- pip install --quiet -r ci/requirements.txt
# - git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
script:
- pylint --rcfile=ci/pylintrc qubesmgmt
Expand Down
5 changes: 5 additions & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# WARNING: those requirements are used only for travis-ci.org
# they SHOULD NOT be used under normal conditions; use system package manager
docutils
pylint
sphinx

0 comments on commit a9eb23b

Please sign in to comment.