Skip to content

Commit

Permalink
don't run 'python setup.py check -r -s', should be handled in vsc-ins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
boegel committed May 25, 2018
1 parent 97772fa commit 9c2788e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ python:
- "2.7"
install:
- easy_install vsc-install
# docutils to run "python setup.py check"
- pip install docutils
# collective.dist is required to run "python setup.py check" with Python 2.6
- if [ "x$TRAVIS_PYTHON_VERSION" == 'x2.6' ]; then pip install collective.dist; fi
script:
# 'hpcugent' is a mandatory remote for setup.py to work (because of vsc-install)
- git remote add hpcugent https://github.com/hpcugent/vsc-base.git
- python setup.py test
- python setup.py check -r -s
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ node {
sh "wget -O ez_setup.py https://bootstrap.pypa.io/ez_setup.py"
sh "python ez_setup.py --user"
sh "python -m easy_install -U --user vsc-install"
sh "python -m easy_install -U --user docutils"
stage 'cleanup'
sh "git clean -fd"
stage 'test'
sh "python setup.py test"
sh "python setup.py check -r -s"
}

0 comments on commit 9c2788e

Please sign in to comment.