Skip to content

Commit

Permalink
travis: Removed stray character.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed Aug 19, 2016
1 parent 2bb9282 commit f9a2a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/travis/build_cmake.sh
Expand Up @@ -60,7 +60,7 @@ outp insource srcdir builddir \
with_tcl with_python_interface myconfig check_procs

# check indentation of python files
pep8 --filename=*.pyx/,*.pxd,*.py --select=E111 $srcdir/src/python/espressomd/
pep8 --filename=*.pyx,*.pxd,*.py --select=E111 $srcdir/src/python/espressomd/
ec=$?
if [ $ec -eq 0 ]; then
echo ""
Expand Down

0 comments on commit f9a2a0a

Please sign in to comment.