evennia / ainneve

A full example game created in Evennia (under development, anyone can help!)
77 stars 52 forks source link

basic python2 to 3 adjustments #114

Closed friarzen closed 4 years ago

friarzen commented 4 years ago

Updates to Master to at least get the game up and running and able to log in and create a character. Equipment purchases still trigger an evmenu failure.

Griatch commented 4 years ago

Good to see an initiative to get this done!

friarzen commented 4 years ago

How do I set the Travis-CI for this branch to python 3.7?

Griatch commented 4 years ago

@friarzen You need to modify the .travis.yml file in the root of the ainneve repository. Take a look at the equivalent in the evennia repo, it's already set up for Python 3.7.

Griatch commented 4 years ago

@friarzen It looks like @chainsol is MIA. I'd suggest merging this in order to proceed. Double-check also why the travis build fails at that time.