mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix make dist ( issue#61 ).
Made travis-ci test for it. Thanks to @lufebe16 .
This commit is contained in:
parent
ca758a3a57
commit
88460a847c
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ import pysollib.games.mahjongg
|
|||
|
||||
from pysollib.gamedb import GAME_DB
|
||||
from pysollib.gamedb import GI
|
||||
from pysollib.mfxutil import latin1_to_ascii
|
||||
from pysollib.mfxutil import latin1_normalize
|
||||
from pysollib.resource import CSI
|
||||
os.environ['LANG'] = 'C'
|
||||
__builtin__.__dict__['_'] = lambda x: x
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
PATH="$(perl -lE 'my @p = split/:/,$ENV{PATH}; print join q#:#, grep { ! m#\A/opt/python# } @p;')" make test || exit -1
|
||||
PATH="$(perl -lE 'my @p = split/:/,$ENV{PATH}; print join q#:#, grep { ! m#\A/opt/python# } @p;')" make test || make dist || exit -1
|
||||
|
|
Loading…
Add table
Reference in a new issue