Skip to content

Commit e198405

Browse files
committed
syntax fix
1 parent 723a5ad commit e198405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
- tar czf embedPy_$TRAVIS_OS_NAME-$TRAVIS_BRANCH.tgz p.q p.k test.q tests [ml]64/p.so LICENSE README.md
2626
- if [[ "x$QLIC_KC" != "x" ]]; then
2727
echo -n $QLIC_KC |base64 --decode > q/kc.lic;
28-
python3 -m pip install --upgrade pip
28+
pip install --upgrade pip;
2929
pip install --upgrade setuptools;
3030
pip -q install -r tests/requirements.txt --no-cache-dir;
3131
q test.q -s 4 -q;

0 commit comments

Comments
 (0)