Commit 1a625d62 authored by Matteo04052017's avatar Matteo04052017
Browse files

install pylint

parent 4197763f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cache:
before_script:
  - python -V  # Print out python version for debugging
  - pip install virtualenv 
  - pip install pylint
  - virtualenv venv
  - source venv/bin/activate