Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

bevy/mezzanine-fix-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mezzanine-fix-demo

This repo was created to demonstrate the following mezzanine issue: stephenmcd/mezzanine#2016

How to run

  1. 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
  1. Install tox if it's not already installed:
pip3 install tox
  1. Start the MySQL server:
docker-compose up
  1. With the server running, run tests:
tox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages