Skip to content

Commit

Permalink
Merge pull request #4891 from bashtage/fix-linting-move-coverage
Browse files Browse the repository at this point in the history
BLD/MAINT: Fix linting and move coverage
  • Loading branch information
josef-pkt committed Aug 17, 2018
2 parents d3e7e53 + 9d4aa5c commit 8c2b1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ matrix:
- python: 2.7
env:
- PYTHON=3.7
- COVERAGE=true
# Python 3.6 + cutting edge packages
- python: 2.7
env:
- PYTHON=3.6
- BLAS="nomkl blas=*=openblas"
- COVERAGE=true
# Python 2.7 + partially updated numpy, mpl; cutting edge scipy, pandas
- python: 2.7
env:
Expand Down
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "inside $0"

RET=0

if [ "$LINT" ]; then
if [ "$LINT" = true ]; then
flake8 statsmodels
if [ $? -ne "0" ]; then
RET=1
Expand Down

0 comments on commit 8c2b1b8

Please sign in to comment.