We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b704493 commit 89b6394Copy full SHA for 89b6394
.travis.yml
@@ -83,8 +83,8 @@ before_install:
83
- cd $TRAVIS_BUILD_DIR
84
85
install:
86
- #- pip install mysqlclient==1.3.13
87
- - pip install mysqlclient
+ - pip install mysqlclient==1.3.13
+ #- pip install mysqlclient
88
- pip install psycopg2
89
- pip install gpg pytz whoosh pyjwt
90
- pip install pytest-cov codecov
test/test_mysql.py
@@ -35,8 +35,7 @@ def setUp(self):
35
self.module.db_nuke(config)
36
37
def tearDown(self):
38
- if self.db:
39
- self.db.close()
+ self.db.close()
40
self.nuke_database()
41
42
def nuke_database(self):
0 commit comments