summaryrefslogtreecommitdiff
path: root/.travis/linux-prepare.sh
blob: 1f2e3dda47d7453a311792a5d8f1ca7b81985df9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
cd sparse && make && make install && cd ..

# Incompatibility between flake8 3.0.x and the hacking plugin:
# https://gitlab.com/pycqa/flake8/issues/153
# https://bugs.launchpad.net/hacking/+bug/1607942
pip install --disable-pip-version-check --user six "flake8<3.0" hacking