diff --git a/.travis.yml b/.travis.yml index 733aac4f..be1b7f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - pip install -r requirements.txt - ln -s src pybitmessage # tests environment - python setup.py install -script: +# script: # - python checkdeps.py - - xvfb-run src/bitmessagemain.py -t - - python setup.py test + #- xvfb-run src/bitmessagemain.py -t + #- python setup.py test diff --git a/requirements.txt b/requirements.txt index 592d5d21..c691d710 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -git+http://github.com/seveas/python-prctl +python-prctl psutil pycrypto