Skip to content

Commit

Permalink
RMG-database v3.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Dec 17, 2019
2 parents 08b8214 + 0674fc9 commit f969a74
Show file tree
Hide file tree
Showing 58 changed files with 12,688 additions and 3,564 deletions.
5 changes: 5 additions & 0 deletions .conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python:
- 3.7
numpy:
- 1.15

6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
stages:
- test
- name: deploy
if: branch = stable
if: branch = stable AND type = push

before_install:
- cd ..
Expand All @@ -34,9 +34,11 @@ jobs:
# This is the RMG-database project, so need to fetch RMG-Py
- git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
- cd RMG-Py
- conda env create -q -f environment_linux.yml
- conda env create -q -f environment.yml
- source activate rmg_env
- conda list
# Install Q2DTor
- git clone -b arkanepy3 https://github.com/mjohnson541/Q2DTor.git external/Q2DTor
- make
script:
- make test-unittests
Expand Down
Binary file modified families/images/2+2_cycloaddition_Cd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified families/rmg_reaction_families.pdf
Binary file not shown.
Loading

0 comments on commit f969a74

Please sign in to comment.