fix(.travis.yml): remove six python pkg dep
This commit is contained in:
parent
a8f3dcb395
commit
82c551d8dc
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ install:
|
|||
- if [[ $REPO == BLESSED && ($UPLOAD || $BUILD_DOXYGEN == TRUE) ]]; then
|
||||
sudo apt-get -qq install python python-pip;
|
||||
sudo pip install dropbox;
|
||||
sudo pip install six;
|
||||
fi
|
||||
- if [[ $TESTCOV == ON ]]; then
|
||||
wget http://downloads.sourceforge.net/ltp/lcov-1.10.tar.gz;
|
||||
|
|
Loading…
Reference in a new issue