We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4979f commit e83ac04Copy full SHA for e83ac04
1 file changed
.travis.yml
@@ -13,6 +13,7 @@ before_install:
13
- conda update --yes conda
14
- conda install --yes numpy scipy
15
- pip install --quiet pytest pytest-cov pytest-xdist chardet
16
+ - pip install ".[mysql]"
17
18
install:
19
- python setup.py install --quiet
0 commit comments