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 5eacfc8 commit e154561Copy full SHA for e154561
.travis.yml
@@ -63,13 +63,12 @@ before_script:
63
export PATH="~/jython/bin:$PATH";
64
export INTERPRETER=~/jython/bin/jython;
65
fi
66
- - python -m pip install robotstatuschecker
67
- echo $INTERPRETER
68
- $INTERPRETER --version
69
- $INTERPRETER -m pip install .
70
- if [ "$JYTHON" == "true" ]; then
71
$INTERPRETER -m pip install mockito;
72
- $INTERPRETER -m pip install robotstatuschecker;
+ python -m pip install robotstatuschecker;
73
$INTERPRETER -m pip install -r requirements.txt;
74
else
75
$INTERPRETER -m pip install -r requirements-dev.txt;
0 commit comments