Skip to content

Commit

Permalink
run flake8 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 10, 2019
1 parent 68a923a commit fbbeac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ script:
cd doc;
sphinx-build -n -j auto -b html -d _build/doctrees . _build/html;
elif [[ "$CONDA_ENV" == "lint" ]]; then
pycodestyle xarray ;
flake8 ;
elif [[ "$CONDA_ENV" == "py36-hypothesis" ]]; then
pytest properties ;
else
Expand Down

0 comments on commit fbbeac9

Please sign in to comment.