Changed shebang and made changes in the travis
This commit is contained in:
parent
d78753420b
commit
2dfc120eea
|
@ -15,5 +15,5 @@ install:
|
|||
- python setup.py install
|
||||
script:
|
||||
- python checkdeps.py
|
||||
- xvfb-run src/bitmessagemain.py -t
|
||||
- src/bitmessagemain.py -t
|
||||
- python setup.py test
|
||||
|
|
|
@ -36,9 +36,6 @@ COMPILING = {
|
|||
"openSUSE": "gcc-c++ libopenssl-devel python-devel",
|
||||
"optional": False,
|
||||
}
|
||||
print('************************************')
|
||||
print('inside the checkdeps')
|
||||
print('************************************')
|
||||
|
||||
# OS-specific dependencies for optional components listed in EXTRAS_REQUIRE
|
||||
EXTRAS_REQUIRE_DEPS = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python3.7
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
The PyBitmessage startup script
|
||||
"""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python3.7
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import pkg_resources
|
||||
|
|
Reference in New Issue
Block a user