Add travis.yml and requirements.txt

- these are very minimalistic, with input from @g1itch, @sigoa and
  @venkateshpitta
This commit is contained in:
Peter Šurda 2018-03-29 10:10:18 +02:00
parent 50ccb897fc
commit 0790a33fbf
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
2 changed files with 12 additions and 0 deletions

6
.travis.yml Normal file
View 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
View File

@ -0,0 +1,6 @@
setuptools
numpy
PyQt4
gi
msgpack_python
pyopencl