From 703700be0d88bc905b8aa0f8b10e21341841431b Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Mon, 2 Apr 2018 08:34:49 +0200 Subject: [PATCH] Remove optional modules from .travis.yml - pyqt4, msgpack and pyopencl - we don't have any tests for them now --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 916c9a6c..19dbbf7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,4 @@ python: - "2.7" install: - pip install -r requirements.txt - - sudo apt-get install python-msgpack python-qt4 python-pyopencl script: src/bitmessagemain.py -t