Skip to content

Commit

Permalink
Pycodestyle, pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchadwin committed Jan 16, 2018
1 parent c773c4a commit 74b143e
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 @@ -21,6 +21,8 @@ install:
- sudo -H pip install --upgrade pip
- sudo -H pip install nose
- sudo -H pip install rednose
- sudo -H pip install --upgrade pycodestyle
- sudo apt-get install pylint

before_script:
- echo "Build starting on " `date`
Expand All @@ -30,6 +32,8 @@ before_script:
- export LD_LIBRARY_PATH=${QGIS_PREFIX_PATH}/lib

script:
- pycodestyle --exclude=test ./ --format=pylint
- make pylint
- QGIS_DEBUG=0 xvfb-run --server-args="-screen 0, 1024x768x24" nosetests -s --nologcapture -A 'not slow' -v --rednose --verbose

notifications:
Expand Down

0 comments on commit 74b143e

Please sign in to comment.