File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ install:
16
16
- pip3 install pycrypto SQLAlchemy twisted pyOpenSSL GeoIP mysqlclient
17
17
18
18
script :
19
- - python3 protocol/Protocol.py
20
- - python3 ip2country.py
21
- - python3 ./ SQLUsers.py
22
- - python3 ./server.py &
19
+ - protocol/Protocol.py
20
+ - ip2country.py
21
+ - SQLUsers.py
22
+ - ./server.py &
23
23
- sleep 30 # wait for server to start up
24
- - python3 tests/TestLobbyClient.py
24
+ - tests/TestLobbyClient.py
25
25
- sleep 10 # give server some time to write log, etc
26
26
- killall python
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
# -*- coding: utf-8 -*-
3
3
4
4
from datetime import datetime , timedelta
Original file line number Diff line number Diff line change 1
- #!/usr/bin/python
1
+ #!/usr/bin/python3
2
2
# coding=utf-8
3
3
# This file is part of the uberserver (GPL v2 or later), see LICENSE
4
4
You can’t perform that action at this time.
0 commit comments