Skip to content

Commit 4fdfcf7

Browse files
committed
see if ci will work with newest version of mysqlclient (will fail on python 3.4 as unsupported). prep before I open a ticket
1 parent e0cb7b5 commit 4fdfcf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ before_install:
8383
- cd $TRAVIS_BUILD_DIR
8484

8585
install:
86-
- pip install mysqlclient==1.3.13
86+
#- pip install mysqlclient==1.3.13
87+
- pip install mysqlclient
8788
- pip install psycopg2
8889
- pip install gpg pytz whoosh pyjwt
8990
- pip install pytest-cov codecov

0 commit comments

Comments
 (0)