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

Try to fix the CI

This commit is contained in:
Shlomi Fish 2017-04-17 03:43:33 +03:00
parent d36df25456
commit dc867906cf

View file

@ -6,6 +6,6 @@ before_install:
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
install:
- sudo cpanm Test::Differences Test::TrailingSpace
- `which python3` -m pip install --user flake8
- "`which python3` -m pip install --user flake8"
- which python
script: "sh -x scripts/travis-ci-build"