Skip to content

Commit

Permalink
remove pylint checks from travis, these are done in jenkins now
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Aug 30, 2013
1 parent cc896b4 commit aa2bcb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ before_install:

install: pip install -r requirements.txt --use-mirrors --mirrors=http://g.pypi.python.org --mirrors=http://c.pypi.python.org --mirrors=http://pypi.crate.io

script: "/home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/pylint --rcfile=.travis.pylintrc salt/ && \
sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo -v --coverage --no-coverage-report'"
script: "sudo -E /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/python setup.py test --runtests-opts='--run-destructive --sysinfo -v --coverage --no-coverage-report'"

after_success:
- coveralls
Expand Down

0 comments on commit aa2bcb1

Please sign in to comment.