We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f2b13 commit 37a67deCopy full SHA for 37a67de
.travis.yml
@@ -43,7 +43,7 @@ before_install:
43
- if [ ! -z "$CXXCOMPILER" ]; then export CXX="$CXXCOMPILER"; fi
44
45
install:
46
- - $PIP install --user pybindgen
+ - pip install --user pybindgen
47
48
script:
49
- 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