This repo was created to demonstrate the following mezzanine
issue: stephenmcd/mezzanine#2016
- Install
mysql_config
if it's not already present on your system, eg.
# Debian / Ubuntu
sudo apt-get install libmysqlclient-dev
# macOS
brew install mysql
- Install
tox
if it's not already installed:
pip3 install tox
- Start the MySQL server:
docker-compose up
- With the server running, run tests:
tox