Skip to content
Permalink
Browse files
Travis: Build Connector/Python for SQLAlchemy test
  • Loading branch information
9EOR9 committed Apr 26, 2021
1 parent 227104a commit fd953a5
Showing 1 changed file with 2 additions and 0 deletions.
@@ -70,6 +70,8 @@ fi
if [ -n "$SQLALCHEMY"] ; then
pyenv install 3.9.0
export PYENV_VERSION=3.9.0
python setup.py build
python setup.py install
git clone https://github.com/sqlalchemy/sqlalchemy.git sqlalchemy
cd sqlalchemy
pytest --dburi "mariadb+mariadbconnector://sqlalchemy:foo@localhost/test?charset=utf8mb4"

0 comments on commit fd953a5

Please sign in to comment.