Skip to content

Commit e154561

Browse files
authored
Removing extra robotstatuschecker installation from Travis (#1386)
1 parent 5eacfc8 commit e154561

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,12 @@ before_script:
6363
export PATH="~/jython/bin:$PATH";
6464
export INTERPRETER=~/jython/bin/jython;
6565
fi
66-
- python -m pip install robotstatuschecker
6766
- echo $INTERPRETER
6867
- $INTERPRETER --version
6968
- $INTERPRETER -m pip install .
7069
- if [ "$JYTHON" == "true" ]; then
7170
$INTERPRETER -m pip install mockito;
72-
$INTERPRETER -m pip install robotstatuschecker;
71+
python -m pip install robotstatuschecker;
7372
$INTERPRETER -m pip install -r requirements.txt;
7473
else
7574
$INTERPRETER -m pip install -r requirements-dev.txt;

0 commit comments

Comments
 (0)