Skip to content

Commit

Permalink
remove pymysql for 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
postelrich committed Oct 20, 2017
1 parent 733e469 commit c06ac09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -63,7 +63,6 @@ install:

# Install CI packages
- conda install --file etc/requirements_ciconda.txt
- pip install pymysql==0.7.11

# blaze required deps
- pip install git+https://github.com/blaze/datashape
Expand All @@ -74,6 +73,8 @@ install:

# Install Blaze
- pip install -e .[ci]

- if [ "$TRAVIS_PYTHON_VERSION" == "3.4" ]; then conda uninstall pymysql; pip uninstall pymysql --yes; fi

before_script:
- "mongo admin --eval 'db.runCommand({setParameter: 1, textSearchEnabled: true});'"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -54,7 +54,6 @@ build_script:

# install the ciconda dependencies
- conda install --file etc/requirements_ciconda.txt
- pip install pymysql==0.7.11

# install the frozen ci dependencies
- pip install -e .[ci]
Expand Down

0 comments on commit c06ac09

Please sign in to comment.