diff options
author | Ruben ten Hove <git@rhtenhove.nl> | 2020-05-14 16:49:44 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-14 21:49:36 +0200 |
commit | 767ed8c5da985601dbd956cd3776abfa3a86cff8 (patch) | |
tree | 8ea79028724cf162d742b9364172c427a3e081c5 /test | |
parent | f0aadc3d0b6b181777bc53c61a385820698db889 (diff) | |
download | afl++-767ed8c5da985601dbd956cd3776abfa3a86cff8.tar.gz |
add python setuptools to travis builds
Diffstat (limited to 'test')
-rw-r--r-- | test/travis/bionic/Dockerfile | 1 | ||||
-rw-r--r-- | test/travis/trusty/Dockerfile | 1 | ||||
-rw-r--r-- | test/travis/xenial/Dockerfile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/travis/bionic/Dockerfile b/test/travis/bionic/Dockerfile index 3883f775..d1b53e70 100644 --- a/test/travis/bionic/Dockerfile +++ b/test/travis/bionic/Dockerfile @@ -16,6 +16,7 @@ RUN apt-get update && apt-get -y install \ flex \ git \ python3.7 python3.7-dev \ + python3-setuptools \ libtool libtool-bin \ libglib2.0-dev \ python-setuptools \ diff --git a/test/travis/trusty/Dockerfile b/test/travis/trusty/Dockerfile index 7b86f3e7..0a6f1804 100644 --- a/test/travis/trusty/Dockerfile +++ b/test/travis/trusty/Dockerfile @@ -16,6 +16,7 @@ RUN apt-get update && apt-get -y install \ flex \ git \ python2.7 python2.7-dev \ + python3-setuptools \ libtool \ libglib2.0-dev \ python-setuptools \ diff --git a/test/travis/xenial/Dockerfile b/test/travis/xenial/Dockerfile index a5f8d359..6aa4b1d1 100644 --- a/test/travis/xenial/Dockerfile +++ b/test/travis/xenial/Dockerfile @@ -16,6 +16,7 @@ RUN apt-get update && apt-get -y install \ flex \ git \ python3 python3-dev \ + python3-setuptools \ libtool libtool-bin \ libglib2.0-dev \ python-setuptools \ |