Skip to content

Commit

Permalink
Add autopep8 to Travis environment to check Python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 23, 2017
1 parent 2ffc041 commit 65c2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/linux/before_install.sh
Expand Up @@ -32,4 +32,4 @@ wget https://www.orfeo-toolbox.org/packages/archives/OTB/OTB-5.6.0-Linux64.run -

popd

pip install psycopg2 numpy nose2 pyyaml mock future termcolor
pip install psycopg2 numpy nose2 pyyaml mock future termcolor autopep8

0 comments on commit 65c2e5a

Please sign in to comment.