removed scripts from travis.yml module

This commit is contained in:
navjot 2020-11-24 02:49:31 +05:30
parent ddd5ce741e
commit 54f56cc605
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
git+http://github.com/seveas/python-prctl
python-prctl
psutil
pycrypto