travis: actually install pylint

This commit is contained in:
Marek Marczykowski-Górecki 2017-02-24 00:48:37 +01:00
parent f2b8b849fc
commit a9eb23b0e5
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 7 additions and 2 deletions

View File

@ -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

5
ci/requirements.txt Normal file
View File

@ -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