Fix tox things.

(cherry picked from commit 60298c8)
This commit is contained in:
Ebag333
2017-03-22 01:09:26 -07:00
parent 8d357ee282
commit 403b39659c
2 changed files with 8 additions and 8 deletions

View File

@@ -19,6 +19,10 @@ def DBInMemory():
import eos
import eos.db
# Output debug info to help us troubleshoot Travis
print(eos.db.saveddata_engine)
print(eos.db.gamedata_engine)
helper = {
'config': eos.config,
'db' : eos.db,