1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Add a Travis dep

This commit is contained in:
Shlomi Fish 2017-04-16 23:15:53 +03:00
parent e2cb4d8e79
commit 8d7fdff744

View file

@ -6,6 +6,7 @@ before_install:
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
install:
- sudo cpanm Test::Differences Test::TrailingSpace
- sudo -H `which python3` -m pip install flake8
# - sudo -H `which python3` -m pip install flake8
- strace -e open -f `which python3` -m pip install --user flake8 2>&1 | grep -P 'bin/flake8'
- which python
script: "sh -x scripts/travis-ci-build"