mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
Avoid travis debugging because it works
This commit is contained in:
parent
8d7fdff744
commit
5c4ba0ff44
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ before_install:
|
||||||
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
||||||
install:
|
install:
|
||||||
- sudo cpanm Test::Differences Test::TrailingSpace
|
- sudo cpanm Test::Differences Test::TrailingSpace
|
||||||
# - sudo -H `which python3` -m pip install flake8
|
- `which python3` -m pip install --user flake8
|
||||||
- strace -e open -f `which python3` -m pip install --user flake8 2>&1 | grep -P 'bin/flake8'
|
|
||||||
- which python
|
- which python
|
||||||
script: "sh -x scripts/travis-ci-build"
|
script: "sh -x scripts/travis-ci-build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue