Changed shebang and made changes in the travis

This commit is contained in:
jai.s 2020-10-06 15:48:03 +05:30
parent d78753420b
commit 2dfc120eea
No known key found for this signature in database
GPG Key ID: 360CFA25EFC67D12
4 changed files with 3 additions and 6 deletions

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 src/bitmessagemain.py -t - src/bitmessagemain.py -t
- python setup.py test - python setup.py test

View File

@ -36,9 +36,6 @@ COMPILING = {
"openSUSE": "gcc-c++ libopenssl-devel python-devel", "openSUSE": "gcc-c++ libopenssl-devel python-devel",
"optional": False, "optional": False,
} }
print('************************************')
print('inside the checkdeps')
print('************************************')
# OS-specific dependencies for optional components listed in EXTRAS_REQUIRE # OS-specific dependencies for optional components listed in EXTRAS_REQUIRE
EXTRAS_REQUIRE_DEPS = { EXTRAS_REQUIRE_DEPS = {

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python3.7 #!/usr/bin/env python
""" """
The PyBitmessage startup script The PyBitmessage startup script
""" """

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python3.7 #!/usr/bin/env python
import os import os
import pkg_resources import pkg_resources