Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #249 from simphony/add-tools-module
Browse files Browse the repository at this point in the history
Add tools module and lattice_tools
  • Loading branch information
kitchoi committed Dec 21, 2015
2 parents 4228c93 + 0c69671 commit 8ad05c0
Show file tree
Hide file tree
Showing 6 changed files with 1,566 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pip install tabulate>=0.7.4
pip install mock==1.0.1
pip install coverage
pip install flake8
pip install hypothesis

rem install simphony-common
python setup.py develop
Expand Down
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ mock==1.0.1
coverage
flake8
numpy >= 1.4.1
hypothesis
Empty file added simphony/tools/__init__.py
Empty file.

0 comments on commit 8ad05c0

Please sign in to comment.