Skip to content

Commit

Permalink
Problem with pylint. Disable from CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasms committed May 26, 2020
1 parent 5433b4d commit d53f312
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ script:
- python3 setup.py test
- python3 $ACTIGAMMA/setup.py test
- bash scripts/run_coverage
- python3 scripts/run_pylint.py -j4 --rcfile=.pylintrc --output-format=text --score-threshold=4 actigamma &> pylint.txt
- score=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' pylint.txt)
- echo "Pylint score:" $score
# problem with pylint
# - python3 scripts/run_pylint.py -j4 --rcfile=.pylintrc --output-format=text --score-threshold=4 actigamma &> pylint.txt
# - score=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' pylint.txt)
# - echo "Pylint score:" $score
# run examples (no plotting)
- cd $ACTIGAMMA/examples
- python3 getenergies.py > energyexampleout.txt
after_success:
- codecov
- codecov

0 comments on commit d53f312

Please sign in to comment.