Update requirements.txt and .travis.yml
- requirements update
This commit is contained in:
parent
d3d484dc08
commit
b1ac9c6faf
|
@ -3,4 +3,5 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
- sudo apt-get install python-msgpack python-qt4 python-pyopencl
|
||||||
script: src/bitmessagemain.py -t
|
script: src/bitmessagemain.py -t
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
setuptools
|
setuptools
|
||||||
numpy
|
numpy
|
||||||
gi
|
gi
|
||||||
msgpack_python
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user