1
0
Fork 0
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:
Shlomi Fish 2016-02-14 13:51:33 +02:00
parent 9c9b763d5d
commit 96589abf7b

View file

@ -7,4 +7,4 @@ before_install:
install:
- sudo cpanm Test::TrailingSpace
- 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"