mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Use /usr/bin/python
This commit is contained in:
parent
9c9b763d5d
commit
96589abf7b
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- sudo cpanm Test::TrailingSpace
|
- sudo cpanm Test::TrailingSpace
|
||||||
- which python
|
- which python
|
||||||
script: "make test"
|
script: "PATH=\"$(perl -lE 'my @p = split/:/,$ENV{PATH}; print join q#:#, grep { ! m#\A/opt/python# } @p;')\" make test"
|
||||||
|
|
Loading…
Add table
Reference in a new issue