diff --git a/.travis.yml b/.travis.yml index d0309f5c12..0344ea3401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ install: - gulp - make install-test - pip install coveralls + - pip install pylint - pip install django==$DJANGO_VERSION script: @@ -58,6 +59,7 @@ script: after_success: - if [[ $TEST_DB_ENGINE == mysql ]]; then coveralls; fi + - python <(curl -s https://raw.githubusercontent.com/TouK/sputnik-ci/master/sputnik-ci.py) before_deploy: - sudo add-apt-repository -y ppa:spotify-jyrki/dh-virtualenv