Skip to content

Commit fbb8f69

Browse files
committed
Disable MySQL-Python DBI module
Use sqlite instead of pysqlite. Not supported in python 3.x
1 parent cfc671c commit fbb8f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install: # now just our code
5252
- pip install .
5353
- pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
5454
# pysqlite
55-
- pip install pysqlite
55+
# - pip install pysqlite
5656
- pip list
5757

5858
# don't forget to open up the azure mssql server to these addreses

0 commit comments

Comments
 (0)