diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..19dbbf7c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" +install: + - pip install -r requirements.txt +script: src/bitmessagemain.py -t diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..2b7cf3ce --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +setuptools +numpy +PyQt4 +gi +msgpack_python +pyopencl