Skip to content

Commit aa10ee8

Browse files
committed
test: Drop Travis CI config
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 92d3efd commit aa10ee8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
"""
2626
if 'MYSQL_HOST' in os.environ:
2727
testenv['mysql_host'] = os.environ['MYSQL_HOST']
28-
elif 'TRAVIS_MYSQL_HOST' in os.environ:
29-
testenv['mysql_host'] = os.environ['TRAVIS_MYSQL_HOST']
3028
else:
3129
testenv['mysql_host'] = '127.0.0.1'
3230

0 commit comments

Comments
 (0)