travis: Install only python3 packages

Change-Id: I3548fa7340afc63557cc65a7a396ecf96c607806
This commit is contained in:
Vasil Velichkov 2019-09-02 06:49:09 +03:00 committed by Piotr Krysik
parent 386dddb620
commit fc99ad4258
2 changed files with 4 additions and 6 deletions

View File

@ -7,13 +7,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libtool \
pkg-config \
build-essential \
python-docutils \
libcppunit-dev \
swig \
doxygen \
liblog4cpp5-dev \
python-gtk2 \
python-scipy \
python3-docutils \
python3-scipy \
gnuradio-dev gnuradio libgmp-dev libboost-regex-dev \
libosmocore-dev

View File

@ -7,13 +7,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libtool \
pkg-config \
build-essential \
python-docutils \
libcppunit-dev \
swig \
doxygen \
liblog4cpp5-dev \
python-gtk2 \
python-scipy \
python3-docutils \
python3-scipy \
gnuradio-dev gnuradio libgmp-dev libboost-regex-dev \
libosmocore-dev