Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 434 Bytes

Watch the Skies

This is "The App" created for the Chicago MegaGame Society's playing of Watch the Skies.

Setup for development

  1. Create a virtualenv with python 3, the path in the .gitignore file is ./venv.
  2. Install the requirements
virtualenv -p `which python3` venv
pip install -r requirements.txt

Tests

To run tests, just run ./test.py. Alternatively, you could run APP_ENV=testing nosetests.