Skip to content

Commit e83ac04

Browse files
committed
Add pattern mysql install to .travis.yml
1 parent fb4979f commit e83ac04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_install:
1313
- conda update --yes conda
1414
- conda install --yes numpy scipy
1515
- pip install --quiet pytest pytest-cov pytest-xdist chardet
16+
- pip install ".[mysql]"
1617

1718
install:
1819
- python setup.py install --quiet

0 commit comments

Comments
 (0)