Changed the travis file from pybitmessage -t to src/bitmessagemain.py -t

This commit is contained in:
jai.s 2020-10-06 13:49:52 +05:30
parent ef3e496fbd
commit d78753420b
No known key found for this signature in database
GPG Key ID: 360CFA25EFC67D12

View File

@ -15,5 +15,5 @@ install:
- python setup.py install - python setup.py install
script: script:
- python checkdeps.py - python checkdeps.py
- xvfb-run pybitmessage -t - xvfb-run src/bitmessagemain.py -t
- python setup.py test - python setup.py test