Add travis.yml and requirements.txt
- these are very minimalistic, with input from @g1itch, @sigoa and @venkateshpitta
This commit is contained in:
parent
50ccb897fc
commit
0790a33fbf
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
script: src/bitmessagemain.py -t
|
6
requirements.txt
Normal file
6
requirements.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
setuptools
|
||||||
|
numpy
|
||||||
|
PyQt4
|
||||||
|
gi
|
||||||
|
msgpack_python
|
||||||
|
pyopencl
|
Loading…
Reference in New Issue
Block a user