Skip to content

Commit 37a67de

Browse files
Update .travis.yml
1 parent 35f2b13 commit 37a67de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ before_install:
4343
- if [ ! -z "$CXXCOMPILER" ]; then export CXX="$CXXCOMPILER"; fi
4444

4545
install:
46-
- $PIP install --user pybindgen
46+
- pip install --user pybindgen
4747

4848
script:
4949
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --enable-python && make -j2 && ( ./phonetisaurus-g2pfst --help || echo ) && cd python && cp ../.libs/Phonetisaurus.so . && python setup.py build ; fi

0 commit comments

Comments
 (0)