]> git.proxmox.com Git - mirror_ovs.git/blob - .travis/linux-prepare.sh
flake8: Fix build with flake8-import-order installed.
[mirror_ovs.git] / .travis / linux-prepare.sh
1 #!/bin/bash
2
3 git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
4 cd sparse && make && make install && cd ..
5
6 pip install --disable-pip-version-check --user six flake8 hacking