We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723a5ad commit e198405Copy full SHA for e198405
.travis.yml
@@ -25,7 +25,7 @@ script:
25
- tar czf embedPy_$TRAVIS_OS_NAME-$TRAVIS_BRANCH.tgz p.q p.k test.q tests [ml]64/p.so LICENSE README.md
26
- if [[ "x$QLIC_KC" != "x" ]]; then
27
echo -n $QLIC_KC |base64 --decode > q/kc.lic;
28
- python3 -m pip install --upgrade pip
+ pip install --upgrade pip;
29
pip install --upgrade setuptools;
30
pip -q install -r tests/requirements.txt --no-cache-dir;
31
q test.q -s 4 -q;
0 commit comments